Uses of Class
org.drools.core.impl.StatefulKnowledgeSessionImpl
-
Packages that use StatefulKnowledgeSessionImpl Package Description org.drools.core.base org.drools.core.command.runtime.rule org.drools.core.impl org.drools.core.runtime.process org.drools.core.util.debug -
-
Uses of StatefulKnowledgeSessionImpl in org.drools.core.base
Fields in org.drools.core.base declared as StatefulKnowledgeSessionImpl Modifier and Type Field Description protected StatefulKnowledgeSessionImplStatefulKnowledgeSessionForRHS. delegateConstructors in org.drools.core.base with parameters of type StatefulKnowledgeSessionImpl Constructor Description StatefulKnowledgeSessionForRHS(StatefulKnowledgeSessionImpl reteEvaluator) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.command.runtime.rule
Methods in org.drools.core.command.runtime.rule with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description Collection<? extends Object>GetObjectsInEntryPointCommand. getObjects(StatefulKnowledgeSessionImpl session)Collection<? extends Object>GetObjectsInEntryPointCommand. getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.impl
Methods in org.drools.core.impl that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplInternalKnowledgeBase. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplKnowledgeBaseImpl. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplStatefulSessionPool. get()StatefulKnowledgeSessionImplKnowledgeBaseImpl. internalCreateStatefulKnowledgeSession(org.kie.api.runtime.Environment environment, SessionConfiguration sessionConfig, boolean fromPool)StatefulKnowledgeSessionImplStatefulKnowledgeSessionImpl. setStateless(boolean stateless)Methods in org.drools.core.impl with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description voidKnowledgeBaseImpl. addStatefulSession(StatefulKnowledgeSessionImpl wm)voidInternalKnowledgeBase. disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)voidKnowledgeBaseImpl. disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)voidStatefulSessionPool. release(StatefulKnowledgeSessionImpl session)Constructor parameters in org.drools.core.impl with type arguments of type StatefulKnowledgeSessionImpl Constructor Description StatefulSessionPool(KnowledgeBaseImpl kbase, int initialSize, Supplier<StatefulKnowledgeSessionImpl> supplier) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.runtime.process
Methods in org.drools.core.runtime.process with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description static InternalProcessRuntimeProcessRuntimeFactory. newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.util.debug
Methods in org.drools.core.util.debug that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplStatefulKnowledgeSessionInfo. getSession()Methods in org.drools.core.util.debug with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description voidStatefulKnowledgeSessionInfo. setSession(StatefulKnowledgeSessionImpl session)
-