org.jbpm.command
Class AsynchronousCommand

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

public class AsynchronousCommand
extends java.lang.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)
           
 
Method Summary
 java.lang.Object execute(JbpmContext jbpmContext)
           
 
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)
Method Detail

execute

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