|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.msg.Message
org.jbpm.command.ExecuteActionCommand
public class ExecuteActionCommand
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 |
---|
public ExecuteActionCommand()
public ExecuteActionCommand(Action action, Token token)
public ExecuteActionCommand(ExecuteActionCommand other)
Method Detail |
---|
public void execute()
execute
in interface Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |