|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.marshalling.impl | |
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(InputStream stream,
boolean keepReference,
SessionConfiguration conf)
|
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 |
InternalWorkingMemory.getSessionConfiguration()
|
SessionConfiguration |
AbstractWorkingMemory.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.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)
|
static ReteooStatefulSession |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
ExecutorService executor,
org.drools.runtime.Environment environment,
SessionConfiguration config)
|
Uses of SessionConfiguration in org.drools.reteoo |
---|
Methods in org.drools.reteoo that return SessionConfiguration | |
---|---|
SessionConfiguration |
DisposedReteooWorkingMemory.getSessionConfiguration()
|
Methods in org.drools.reteoo with parameters of type SessionConfiguration | |
---|---|
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream,
boolean keepReference,
SessionConfiguration conf)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |