KIE Internal 6.0.0.Alpha9

Uses of Interface
org.kie.runtime.StatelessKnowledgeSession

Packages that use StatelessKnowledgeSession
org.kie   
org.kie.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
 

Uses of StatelessKnowledgeSession in org.kie
 

Methods in org.kie that return StatelessKnowledgeSession
 StatelessKnowledgeSession KnowledgeBase.newStatelessKnowledgeSession()
          Deprecated. Create a new StatelessKnowledgeSession using the default session configuration.
 StatelessKnowledgeSession KnowledgeBase.newStatelessKnowledgeSession(org.kie.runtime.KieSessionConfiguration conf)
          Deprecated. Create a new StatelessKnowledgeSession using the given session configuration.
 

Uses of StatelessKnowledgeSession in org.kie.agent
 

Methods in org.kie.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(org.kie.runtime.KieSessionConfiguration conf)
          StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
 


KIE Internal 6.0.0.Alpha9

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