Uses of Class
org.drools.core.SessionConfiguration
-
Packages that use SessionConfiguration Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.base org.drools.core.common org.drools.core.impl org.drools.core.time -
-
Uses of SessionConfiguration in org.drools.core
Subclasses of SessionConfiguration in org.drools.core Modifier and Type Class Description classSessionConfigurationImplSessionConfiguration A class to store Session related configuration.Methods in org.drools.core that return SessionConfiguration Modifier and Type Method Description abstract SessionConfigurationSessionConfiguration. addDefaultProperties(Properties properties)static SessionConfigurationSessionConfiguration. newInstance()static SessionConfigurationSessionConfiguration. newInstance(Properties properties) -
Uses of SessionConfiguration in org.drools.core.base
Methods in org.drools.core.base that return SessionConfiguration Modifier and Type Method Description SessionConfigurationWrappedStatefulKnowledgeSessionForRHS. getSessionConfiguration() -
Uses of SessionConfiguration in org.drools.core.common
Methods in org.drools.core.common that return SessionConfiguration Modifier and Type Method Description SessionConfigurationInternalWorkingMemory. getSessionConfiguration()Methods in org.drools.core.common with parameters of type SessionConfiguration Modifier and Type Method Description InternalWorkingMemoryPhreakWorkingMemoryFactory. createWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)InternalWorkingMemoryPhreakWorkingMemoryFactory. createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)InternalWorkingMemoryWorkingMemoryFactory. createWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)InternalWorkingMemoryWorkingMemoryFactory. createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment) -
Uses of SessionConfiguration in org.drools.core.impl
Fields in org.drools.core.impl declared as SessionConfiguration Modifier and Type Field Description protected SessionConfigurationStatefulKnowledgeSessionImpl. configMethods in org.drools.core.impl that return SessionConfiguration Modifier and Type Method Description SessionConfigurationInternalKnowledgeBase. getSessionConfiguration()SessionConfigurationKnowledgeBaseImpl. getSessionConfiguration()SessionConfigurationStatefulKnowledgeSessionImpl. getSessionConfiguration()Methods in org.drools.core.impl with parameters of type SessionConfiguration Modifier and Type Method Description StatefulKnowledgeSessionImplInternalKnowledgeBase. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplKnowledgeBaseImpl. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)voidStatefulKnowledgeSessionImpl. init(SessionConfiguration config, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplKnowledgeBaseImpl. internalCreateStatefulKnowledgeSession(org.kie.api.runtime.Environment environment, SessionConfiguration sessionConfig, boolean fromPool)Constructors in org.drools.core.impl with parameters of type SessionConfiguration Constructor Description StatefulKnowledgeSessionImpl(long id, InternalKnowledgeBase kBase, boolean initInitFactHandle, SessionConfiguration config, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImpl(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment) -
Uses of SessionConfiguration in org.drools.core.time
Methods in org.drools.core.time with parameters of type SessionConfiguration Modifier and Type Method Description static TimerServiceTimerServiceFactory. getTimerService(SessionConfiguration config)
-