KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.runtime.StatelessKnowledgeSession

Packages that use StatelessKnowledgeSession
org.kie.internal   
org.kie.internal.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.internal
 

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

Uses of StatelessKnowledgeSession in org.kie.internal.agent
 

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


KIE Internal 6.0.0.Beta1

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