站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.StatefulSession (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.StatefulSession

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.common   
org.drools.decisiontable.parser   
org.drools.jsr94.rules.admin Provides the APIs for rule administration. 
org.drools.reteoo   
 

Uses of StatefulSession in org.drools
 

Methods in org.drools that return StatefulSession
 StatefulSession[] RuleBase.getStatefulSessions()
           
 StatefulSession RuleBase.newStatefulSession()
          Create a new WorkingMemory session for this RuleBase.
 StatefulSession RuleBase.newStatefulSession(boolean keepReference)
          Create a new WorkingMemory session for this RuleBase.
 StatefulSession RuleBase.newStatefulSession(InputStream stream)
          RuleBases handle the returning of a Serialized WorkingMemory pass as an InputStream.
 StatefulSession RuleBase.newStatefulSession(InputStream stream, boolean keepReference)
          RuleBases handle the returning of a Serialized WorkingMemory pass as an InputStream.
 

Uses of StatefulSession in org.drools.common
 

Methods in org.drools.common that return StatefulSession
 StatefulSession[] AbstractRuleBase.getStatefulSessions()
           
 StatefulSession AbstractRuleBase.newStatefulSession()
           
abstract  StatefulSession AbstractRuleBase.newStatefulSession(boolean keepReference)
           
 StatefulSession AbstractRuleBase.newStatefulSession(InputStream stream)
           
 StatefulSession AbstractRuleBase.newStatefulSession(InputStream stream, boolean keepReference)
           
 

Methods in org.drools.common with parameters of type StatefulSession
protected  void AbstractRuleBase.addStatefulSession(StatefulSession statefulSession)
           
 void InternalRuleBase.disposeStatefulSession(StatefulSession statefulSession)
           
 void AbstractRuleBase.disposeStatefulSession(StatefulSession statefulSession)
           
 

Uses of StatefulSession in org.drools.decisiontable.parser
 

Methods in org.drools.decisiontable.parser that return StatefulSession
 StatefulSession TemplateRuleBase.newStatefulSession()
           
 StatefulSession DefaultTemplateRuleBase.newStatefulSession()
           
 

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

Methods in org.drools.jsr94.rules.admin that return StatefulSession
 StatefulSession RuleExecutionSetImpl.newStatefulSession(boolean keepReference)
          Returns a new WorkingMemory object.
 

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)
           
 



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