站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

ExecuteNodeCommand (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.command
Class ExecuteNodeCommand

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

public class ExecuteNodeCommand
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
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

ExecuteNodeCommand

public ExecuteNodeCommand()

ExecuteNodeCommand

public ExecuteNodeCommand(Node node,
                          Token token)

ExecuteNodeCommand

public ExecuteNodeCommand(ExecuteNodeCommand other)
Method Detail

execute

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


Version : jbpm-3.1.3