Drools :: Core 6.1.0.Beta1

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.marshalling.impl   
org.drools.core.reteoo   
org.drools.core.time   
 

Uses of SessionConfiguration in org.drools.core
 

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

Methods in org.drools.core with parameters of type SessionConfiguration
 StatefulSession RuleBase.newStatefulSession(InputStream stream, boolean keepReference, SessionConfiguration conf)
           
 StatefulSession RuleBase.newStatefulSession(SessionConfiguration config, org.kie.api.runtime.Environment environment)
          Create a new WorkingMemory session for this RuleBase.
 

Uses of SessionConfiguration in org.drools.core.common
 

Fields in org.drools.core.common declared as SessionConfiguration
protected  SessionConfiguration AbstractWorkingMemory.config
           
 

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

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

Constructors in org.drools.core.common with parameters of type SessionConfiguration
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, boolean initInitFactHandle, SessionConfiguration config, org.kie.api.runtime.Environment environment)
          Construct.
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, boolean initInitFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport, InternalAgenda agenda)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, 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 AbstractWorkingMemory ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
 

Uses of SessionConfiguration in org.drools.core.reteoo
 

Methods in org.drools.core.reteoo that return SessionConfiguration
 SessionConfiguration DisposedReteooWorkingMemory.getSessionConfiguration()
           
 

Methods in org.drools.core.reteoo with parameters of type SessionConfiguration
 StatefulSession ReteooRuleBase.newStatefulSession(InputStream stream, boolean keepReference, SessionConfiguration conf)
           
 StatefulSession ReteooRuleBase.newStatefulSession(SessionConfiguration sessionConfig, 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
static TimerService TimerServiceFactory.getTimerService(SessionConfiguration config)
           
 


Drools :: Core 6.1.0.Beta1

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