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

ExecutorService (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.concurrent
Interface ExecutorService

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultExecutorService

public interface ExecutorService
extends Serializable


Method Summary
 void setCommandExecutor(CommandExecutor executor)
           
 void shutDown()
           
 void startUp()
           
 Future submit(Command command)
           
 

Method Detail

setCommandExecutor

void setCommandExecutor(CommandExecutor executor)

submit

Future submit(Command command)

shutDown

void shutDown()

startUp

void startUp()


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