Uses of Class
org.drools.core.impl.StatefulSessionPool
-
Packages that use StatefulSessionPool Package Description org.drools.core.impl -
-
Uses of StatefulSessionPool in org.drools.core.impl
Methods in org.drools.core.impl 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.core.impl with parameters of type StatefulSessionPool Constructor Description StatelessKnowledgeSessionImpl(org.kie.api.runtime.KieSessionConfiguration conf, StatefulSessionPool pool)
-