Package org.drools.kiesession.session
Class KieSessionsPoolImpl
java.lang.Object
org.drools.kiesession.session.AbstractKieSessionsPool
org.drools.kiesession.session.KieSessionsPoolImpl
- All Implemented Interfaces:
KieSessionsPool
-
Field Summary
Fields inherited from class org.drools.kiesession.session.AbstractKieSessionsPool
environment, initialSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StatefulSessionPoolcreateStatefulSessionPool(String kSessionName, KieSessionConfiguration conf, boolean stateless) protected StringgetKey(String kSessionName, KieSessionConfiguration conf, boolean stateless) Methods inherited from class org.drools.kiesession.session.AbstractKieSessionsPool
getPool, getPool, shutdown
-
Constructor Details
-
KieSessionsPoolImpl
-
-
Method Details
-
newKieSession
-
newKieSession
-
newStatelessKieSession
-
newStatelessKieSession
-
getKey
- Specified by:
getKeyin classAbstractKieSessionsPool
-
createStatefulSessionPool
protected StatefulSessionPool createStatefulSessionPool(String kSessionName, KieSessionConfiguration conf, boolean stateless) - Specified by:
createStatefulSessionPoolin classAbstractKieSessionsPool
-