Knowledge API Legacy5 Adapter 6.0.0.Beta3

Uses of Interface
org.drools.runtime.StatelessKnowledgeSession

Packages that use StatelessKnowledgeSession
org.drools The KnowledgeBase and its factory. 
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
org.drools.impl.adapters   
 

Uses of StatelessKnowledgeSession in org.drools
 

Methods in org.drools that return StatelessKnowledgeSession
 StatelessKnowledgeSession KBaseUnit.newStatelessKnowledegSession(String ksessionName)
          Instance a new StatelessKnowledgeSession identified by the gievn name from the KnowledgeBase wrapped by this KBaseUnit
 StatelessKnowledgeSession KnowledgeBase.newStatelessKnowledgeSession()
          Create a new StatelessKnowledgeSession using the default session configuration.
 StatelessKnowledgeSession KnowledgeBase.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
          Create a new StatelessKnowledgeSession using the given session configuration.
 

Uses of StatelessKnowledgeSession in org.drools.agent
 

Methods in org.drools.agent that return StatelessKnowledgeSession
 StatelessKnowledgeSession KnowledgeAgent.newStatelessKnowledgeSession()
          StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
 StatelessKnowledgeSession KnowledgeAgent.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
          StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
 

Uses of StatelessKnowledgeSession in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement StatelessKnowledgeSession
 class StatelessKnowledgeSessionAdapter
           
 

Methods in org.drools.impl.adapters that return StatelessKnowledgeSession
 StatelessKnowledgeSession KnowledgeBaseAdapter.newStatelessKnowledgeSession()
           
 StatelessKnowledgeSession KnowledgeBaseAdapter.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.