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. 
 

Uses of StatelessKnowledgeSession in org.drools
 

Methods in org.drools that return StatelessKnowledgeSession
 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
 



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