Uses of Class
org.drools.kiesession.session.StatefulSessionPool
-
Packages that use StatefulSessionPool Package Description org.drools.kiesession.session -
-
Uses of StatefulSessionPool in org.drools.kiesession.session
Methods in org.drools.kiesession.session that return StatefulSessionPool Modifier and Type Method Description protected abstract StatefulSessionPoolAbstractKieSessionsPool. createStatefulSessionPool(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)protected StatefulSessionPoolKieSessionsPoolImpl. createStatefulSessionPool(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)protected StatefulSessionPoolAbstractKieSessionsPool. getPool(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)protected StatefulSessionPoolAbstractKieSessionsPool. getPool(org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)Constructors in org.drools.kiesession.session with parameters of type StatefulSessionPool Constructor Description StatelessKnowledgeSessionImpl(org.kie.api.runtime.KieSessionConfiguration conf, StatefulSessionPool pool)
-