Drools :: Core 6.0.0.Beta5

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 AbstractWorkingMemory.getSessionConfiguration()
           
 SessionConfiguration InternalWorkingMemory.getSessionConfiguration()
           
 

Constructors in org.drools.core.common with parameters of type SessionConfiguration
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport)
           
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.kie.api.runtime.Environment environment)
          Construct.
AbstractWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport)
           
 

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

Methods in org.drools.core.marshalling.impl with parameters of type SessionConfiguration
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
static ReteooStatefulSession 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)
           
 

Constructors in org.drools.core.reteoo with parameters of type SessionConfiguration
ReteooStatefulSession(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
ReteooStatefulSession(int id, InternalRuleBase ruleBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
ReteooWorkingMemory(int id, InternalRuleBase ruleBase, FactHandleFactory handleFactory, InternalFactHandle initialFactHandle, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)
           
ReteooWorkingMemory(int id, InternalRuleBase ruleBase, SessionConfiguration config, org.kie.api.runtime.Environment environment)
          Construct.
ReteooWorkingMemory(int id, InternalRuleBase ruleBase, SessionConfiguration config, org.kie.api.runtime.Environment environment, WorkingMemoryEventSupport workingMemoryEventSupport, AgendaEventSupport agendaEventSupport, RuleEventListenerSupport ruleEventListenerSupport)
           
 

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.0.0.Beta5

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