org.jbpm.command
Class AsynchronousCommand

java.lang.Object
  extended by org.jbpm.command.AsynchronousCommand
All Implemented Interfaces:
Serializable, Command

Deprecated. asynchronous commands were never implemented

public class AsynchronousCommand
extends Object
implements Command

provides extra configuration options for the execution of asynchronous commands. Plain commands can also be executed asynchronously.

See Also:
Serialized Form

Constructor Summary
AsynchronousCommand(Command command)
          Deprecated.  
 
Method Summary
 Object execute(JbpmContext jbpmContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousCommand

public AsynchronousCommand(Command command)
Deprecated. 
Method Detail

execute

public Object execute(JbpmContext jbpmContext)
               throws Exception
Deprecated. 
Specified by:
execute in interface Command
Throws:
Exception


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.