org.jbpm.command
Class ExecuteActionCommand

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

public class ExecuteActionCommand
extends Message
implements Command

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.msg.Message
destination, exception, id, isSuspended, token
 
Fields inherited from interface org.jbpm.command.Command
DEFAULT_CMD_DESTINATION
 
Constructor Summary
ExecuteActionCommand()
           
ExecuteActionCommand(Action action, Token token)
           
ExecuteActionCommand(ExecuteActionCommand other)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.jbpm.msg.Message
createCopy, equals, getDestination, getException, getId, getToken, isSuspended, setDestination, setException, setSuspended, setToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteActionCommand

public ExecuteActionCommand()

ExecuteActionCommand

public ExecuteActionCommand(Action action,
                            Token token)

ExecuteActionCommand

public ExecuteActionCommand(ExecuteActionCommand other)
Method Detail

execute

public void execute()
Specified by:
execute in interface Command


Version : jbpm-3.1.1