|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatefulSession | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.base | |
org.drools.common | |
org.drools.reteoo | |
org.drools.spi |
Uses of StatefulSession in org.drools |
---|
Methods in org.drools that return StatefulSession | |
---|---|
StatefulSession[] |
RuleBase.getStatefulSessions()
Returns an array of all the referenced StatefulSessions |
StatefulSession |
RuleBase.newStatefulSession()
Create a new WorkingMemory session for this
RuleBase . |
StatefulSession |
RuleBase.newStatefulSession(boolean keepReference)
|
StatefulSession |
RuleBase.newStatefulSession(InputStream stream)
|
StatefulSession |
RuleBase.newStatefulSession(InputStream stream,
boolean keepReference)
|
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 StatefulSession in org.drools.base |
---|
Methods in org.drools.base with parameters of type StatefulSession | |
---|---|
void |
AsyncFireAllRulesRuleBaseUpdateListener.setSession(StatefulSession session)
|
void |
FireAllRulesRuleBaseUpdateListener.setSession(StatefulSession session)
|
Uses of StatefulSession in org.drools.common |
---|
Methods in org.drools.common that return StatefulSession | |
---|---|
StatefulSession[] |
AbstractRuleBase.getStatefulSessions()
|
StatefulSession |
AbstractRuleBase.newStatefulSession()
|
Methods in org.drools.common with parameters of type StatefulSession | |
---|---|
void |
AbstractRuleBase.addStatefulSession(StatefulSession statefulSession)
|
void |
AbstractRuleBase.disposeStatefulSession(StatefulSession statefulSession)
|
void |
InternalRuleBase.disposeStatefulSession(StatefulSession statefulSession)
|
Uses of StatefulSession in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement StatefulSession | |
---|---|
class |
ReteooStatefulSession
|
Methods in org.drools.reteoo that return StatefulSession | |
---|---|
StatefulSession |
ReteooRuleBase.newStatefulSession(boolean keepReference)
|
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream)
|
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream,
boolean keepReference)
|
StatefulSession |
ReteooRuleBase.newStatefulSession(InputStream stream,
boolean keepReference,
SessionConfiguration conf)
|
StatefulSession |
ReteooRuleBase.newStatefulSession(SessionConfiguration sessionConfig,
org.drools.runtime.Environment environment)
|
Uses of StatefulSession in org.drools.spi |
---|
Methods in org.drools.spi with parameters of type StatefulSession | |
---|---|
static RuleBaseUpdateListener |
RuleBaseUpdateListenerFactory.createListener(String className,
StatefulSession session)
|
void |
RuleBaseUpdateListener.setSession(StatefulSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |