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

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


Uses of Interface
org.drools.concurrent.Future

Packages that use Future
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.concurrent   
org.drools.reteoo   
 

Uses of Future in org.drools
 

Methods in org.drools that return Future
 Future StatefulSession.asyncAssertObject(Object object)
           
 Future StatefulSession.asyncAssertObjects(List list)
           
 Future StatefulSession.asyncAssertObjects(Object[] list)
           
 Future StatefulSession.asyncFireAllRules()
           
 Future StatefulSession.asyncFireAllRules(AgendaFilter agendaFilter)
           
 Future StatefulSession.asyncModifyObject(FactHandle factHandle, Object object)
           
 Future StatefulSession.asyncRetractObject(FactHandle factHandle)
           
 

Uses of Future in org.drools.concurrent
 

Subinterfaces of Future in org.drools.concurrent
 interface InternalFuture
           
 

Classes in org.drools.concurrent that implement Future
 class AssertObject
           
 class AssertObjects
           
 class FireAllRules
           
 class ModifyObject
           
 class RetractObject
           
 

Methods in org.drools.concurrent that return Future
 Future ExecutorService.submit(Command command)
           
 Future DefaultExecutorService.submit(Command command)
           
 Future CommandExecutor.submit(Command command)
           
 

Uses of Future in org.drools.reteoo
 

Methods in org.drools.reteoo that return Future
 Future ReteooStatefulSession.asyncAssertObject(Object object)
           
 Future ReteooStatefulSession.asyncAssertObjects(List list)
           
 Future ReteooStatefulSession.asyncAssertObjects(Object[] list)
           
 Future ReteooStatefulSession.asyncFireAllRules()
           
 Future ReteooStatefulSession.asyncFireAllRules(AgendaFilter agendaFilter)
           
 Future ReteooStatefulSession.asyncModifyObject(FactHandle factHandle, Object object)
           
 Future ReteooStatefulSession.asyncRetractObject(FactHandle factHandle)
           
 



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