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

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


org.drools.concurrent
Class CommandExecutor

java.lang.Object
  extended by org.drools.concurrent.CommandExecutor
All Implemented Interfaces:
Serializable, Runnable

public class CommandExecutor
extends Object
implements Runnable, Serializable

See Also:
Serialized Form

Constructor Summary
CommandExecutor(WorkingMemory workingMemory)
           
 
Method Summary
 void run()
           
 void shutdown()
           
 Future submit(Command command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecutor

public CommandExecutor(WorkingMemory workingMemory)
Method Detail

shutdown

public void shutdown()

submit

public Future submit(Command command)

run

public void run()
Specified by:
run in interface Runnable


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