Uses of Class
org.drools.kiesession.session.StatefulKnowledgeSessionImpl
-
Packages that use StatefulKnowledgeSessionImpl Package Description org.drools.kiesession.consequence org.drools.kiesession.debug org.drools.kiesession.session -
-
Uses of StatefulKnowledgeSessionImpl in org.drools.kiesession.consequence
Fields in org.drools.kiesession.consequence declared as StatefulKnowledgeSessionImpl Modifier and Type Field Description protected StatefulKnowledgeSessionImplStatefulKnowledgeSessionForRHS. delegateConstructors in org.drools.kiesession.consequence with parameters of type StatefulKnowledgeSessionImpl Constructor Description StatefulKnowledgeSessionForRHS(StatefulKnowledgeSessionImpl reteEvaluator) -
Uses of StatefulKnowledgeSessionImpl in org.drools.kiesession.debug
Methods in org.drools.kiesession.debug that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplStatefulKnowledgeSessionInfo. getSession()Methods in org.drools.kiesession.debug with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description voidStatefulKnowledgeSessionInfo. setSession(StatefulKnowledgeSessionImpl session) -
Uses of StatefulKnowledgeSessionImpl in org.drools.kiesession.session
Methods in org.drools.kiesession.session that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplStatefulSessionPool. get()StatefulKnowledgeSessionImplStatefulKnowledgeSessionImpl. setStateless(boolean stateless)Methods in org.drools.kiesession.session with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description static org.drools.core.runtime.process.InternalProcessRuntimeProcessRuntimeFactory. newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory)voidStatefulSessionPool. release(StatefulKnowledgeSessionImpl session)Constructor parameters in org.drools.kiesession.session with type arguments of type StatefulKnowledgeSessionImpl Constructor Description StatefulSessionPool(InternalKnowledgeBase kbase, int initialSize, Supplier<StatefulKnowledgeSessionImpl> supplier)
-