org.jbpm.pvm.impl
Class MoveToChildNodeOp

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

public class MoveToChildNodeOp
extends java.lang.Object
implements AtomicOperation

Author:
Tom Baeyens

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

Constructor Detail

MoveToChildNodeOp

public MoveToChildNodeOp(NodeImpl node)
Method Detail

perform

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

isAsync

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

createAsyncMessage

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