org.jbpm.pvm.impl
Class ExecuteNodeOp

java.lang.Object
  extended by org.jbpm.pvm.impl.ExecuteNodeOp
All Implemented Interfaces:
AtomicOperation

public class ExecuteNodeOp
extends java.lang.Object
implements AtomicOperation


Constructor Summary
ExecuteNodeOp()
           
 
Method Summary
 Message<?> createAsyncMessage(ExecutionImpl execution)
           
 boolean isAsync(ExecutionImpl execution)
           
 void perform(ExecutionImpl execution)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteNodeOp

public ExecuteNodeOp()
Method Detail

isAsync

public boolean isAsync(ExecutionImpl execution)
Specified by:
isAsync in interface AtomicOperation

perform

public void perform(ExecutionImpl execution)
Specified by:
perform in interface AtomicOperation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

createAsyncMessage

public Message<?> createAsyncMessage(ExecutionImpl execution)
Specified by:
createAsyncMessage in interface AtomicOperation