|
|||||||||
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.ExecuteNodeCommand
public class ExecuteNodeCommand
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 | |
---|---|
ExecuteNodeCommand()
|
|
ExecuteNodeCommand(ExecuteNodeCommand other)
|
|
ExecuteNodeCommand(Node node,
Token token)
|
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 ExecuteNodeCommand()
public ExecuteNodeCommand(Node node, Token token)
public ExecuteNodeCommand(ExecuteNodeCommand 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 |