Uses of Class
org.drools.SessionConfiguration

Packages that use SessionConfiguration
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.jsr94.rules Provides the core client APIs for using a rule engine. 
org.drools.jsr94.rules.admin Provides the APIs for rule administration. 
org.drools.marshalling.impl   
org.drools.persistence   
org.drools.reteoo   
org.drools.time   
 

Uses of SessionConfiguration in org.drools
 

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

Methods in org.drools with parameters of type SessionConfiguration
 StatefulSession RuleBase.newStatefulSession(SessionConfiguration config, org.drools.runtime.Environment environment)
          Create a new WorkingMemory session for this RuleBase.
 

Uses of SessionConfiguration in org.drools.common
 

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

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

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

Uses of SessionConfiguration in org.drools.jsr94.rules
 

Methods in org.drools.jsr94.rules with parameters of type SessionConfiguration
protected  void StatefulRuleSessionImpl.initSession(SessionConfiguration conf)
          Initialize this RuleSession with a new WorkingMemory.
 

Uses of SessionConfiguration in org.drools.jsr94.rules.admin
 

Methods in org.drools.jsr94.rules.admin with parameters of type SessionConfiguration
 StatefulSession RuleExecutionSetImpl.newStatefulSession(SessionConfiguration conf)
          Returns a new WorkingMemory object.
 

Uses of SessionConfiguration in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl with parameters of type SessionConfiguration
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, ExecutorService executor, org.drools.runtime.Environment environment, SessionConfiguration config)
           
 

Uses of SessionConfiguration in org.drools.persistence
 

Constructors in org.drools.persistence with parameters of type SessionConfiguration
SingleSessionCommandService(Integer sessionId, RuleBase ruleBase, SessionConfiguration conf, org.drools.runtime.Environment env)
           
SingleSessionCommandService(RuleBase ruleBase, SessionConfiguration conf, org.drools.runtime.Environment env)
           
 

Uses of SessionConfiguration in org.drools.reteoo
 

Methods in org.drools.reteoo with parameters of type SessionConfiguration
 StatefulSession ReteooRuleBase.newStatefulSession(SessionConfiguration sessionConfig, org.drools.runtime.Environment environment)
           
 

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

Uses of SessionConfiguration in org.drools.time
 

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



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.