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

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


Uses of Interface
org.drools.concurrent.ExecutorService

Packages that use ExecutorService
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 ExecutorService in org.drools
 

Methods in org.drools that return ExecutorService
static ExecutorService RuleBaseConfiguration.determineExecutorService(String className)
           
 ExecutorService RuleBaseConfiguration.getExecutorService()
           
 

Methods in org.drools with parameters of type ExecutorService
 void RuleBaseConfiguration.setExecutorService(ExecutorService executorService)
           
 

Uses of ExecutorService in org.drools.concurrent
 

Classes in org.drools.concurrent that implement ExecutorService
 class DefaultExecutorService
           
 

Uses of ExecutorService in org.drools.reteoo
 

Constructors in org.drools.reteoo with parameters of type ExecutorService
ReteooStatefulSession(int id, InternalRuleBase ruleBase, ExecutorService executorService)
           
ReteooStatelessSession(WorkingMemory workingMemory, ExecutorService executorService)
           
 



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