org.jbpm.command
Class AsynchronousCommand
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousCommand
public AsynchronousCommand(Command command)
- Deprecated.
execute
public Object execute(JbpmContext jbpmContext)
throws Exception
- Deprecated.
- Specified by:
execute in interface Command
- Throws:
Exception
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.