Drools :: Core 6.2.0.Final

Uses of Class
org.drools.core.SessionConfiguration

Packages that use SessionConfiguration
org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory  
org.drools.core.common   
org.drools.core.impl   
org.drools.core.marshalling.impl   
org.drools.core.time   
 

Uses of SessionConfiguration in org.drools.core
 

Methods in org.drools.core that return SessionConfiguration
static SessionConfiguration SessionConfiguration.getDefaultInstance()
           
 

Uses of SessionConfiguration in org.drools.core.common
 

Methods in org.drools.core.common that return SessionConfiguration
 SessionConfiguration InternalWorkingMemory.getSessionConfiguration()
           
 

Methods in org.drools.core.common with parameters of type SessionConfiguration
 InternalWorkingMemory PhreakWorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, RuleRuntimeEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory WorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, RuleRuntimeEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
 InternalWorkingMemory PhreakWorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory WorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory PhreakWorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 InternalWorkingMemory WorkingMemoryFactory.createWorkingMemory(long id, InternalKnowledgeBase kBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 

Uses of SessionConfiguration in org.drools.core.impl
 

Fields in org.drools.core.impl declared as SessionConfiguration
protected  SessionConfiguration StatefulKnowledgeSessionImpl.config
           
 

Methods in org.drools.core.impl that return SessionConfiguration
 SessionConfiguration StatefulKnowledgeSessionImpl.getSessionConfiguration()
           
 

Methods in org.drools.core.impl with parameters of type SessionConfiguration
 StatefulKnowledgeSessionImpl SessionsCache.getCachedSession(SessionConfiguration config)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.getCachedSession(SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 StatefulKnowledgeSessionImpl InternalKnowledgeBase.getCachedSession(SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(InputStream stream, boolean keepReference, SessionConfiguration conf)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(SessionConfiguration sessionConfig, org.kie.api.runtime.Environment environment)
           
 

Constructors in org.drools.core.impl with parameters of type SessionConfiguration
StatefulKnowledgeSessionImpl(long id, InternalKnowledgeBase kBase, boolean initInitFactHandle, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
StatefulKnowledgeSessionImpl(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, boolean initInitFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, RuleRuntimeEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
StatefulKnowledgeSessionImpl(long id, InternalKnowledgeBase kBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
 

Uses of SessionConfiguration in org.drools.core.marshalling.impl
 

Methods in org.drools.core.marshalling.impl with parameters of type SessionConfiguration
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
 

Uses of SessionConfiguration in org.drools.core.time
 

Methods in org.drools.core.time with parameters of type SessionConfiguration
static TimerService TimerServiceFactory.getTimerService(SessionConfiguration config)
           
 


Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.