Package org.drools.core.impl
Class KieSessionsPoolImpl
- java.lang.Object
-
- org.drools.core.impl.AbstractKieSessionsPool
-
- org.drools.core.impl.KieSessionsPoolImpl
-
- All Implemented Interfaces:
org.kie.api.runtime.KieSessionsPool
public class KieSessionsPoolImpl extends AbstractKieSessionsPool
-
-
Field Summary
-
Fields inherited from class org.drools.core.impl.AbstractKieSessionsPool
environment, initialSize
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StatefulSessionPoolcreateStatefulSessionPool(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)protected StringgetKey(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)org.kie.api.runtime.KieSessionnewKieSession()org.kie.api.runtime.KieSessionnewKieSession(org.kie.api.runtime.KieSessionConfiguration conf)org.kie.api.runtime.StatelessKieSessionnewStatelessKieSession()org.kie.api.runtime.StatelessKieSessionnewStatelessKieSession(org.kie.api.runtime.KieSessionConfiguration conf)-
Methods inherited from class org.drools.core.impl.AbstractKieSessionsPool
getPool, getPool, shutdown
-
-
-
-
Method Detail
-
newKieSession
public org.kie.api.runtime.KieSession newKieSession()
-
newKieSession
public org.kie.api.runtime.KieSession newKieSession(org.kie.api.runtime.KieSessionConfiguration conf)
-
newStatelessKieSession
public org.kie.api.runtime.StatelessKieSession newStatelessKieSession()
-
newStatelessKieSession
public org.kie.api.runtime.StatelessKieSession newStatelessKieSession(org.kie.api.runtime.KieSessionConfiguration conf)
-
getKey
protected String getKey(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)
- Specified by:
getKeyin classAbstractKieSessionsPool
-
createStatefulSessionPool
protected StatefulSessionPool createStatefulSessionPool(String kSessionName, org.kie.api.runtime.KieSessionConfiguration conf, boolean stateless)
- Specified by:
createStatefulSessionPoolin classAbstractKieSessionsPool
-
-