org.jbpm.pvm.impl
Class MoveToParentNodeOp

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

public class MoveToParentNodeOp
extends java.lang.Object
implements AtomicOperation

Author:
Tom Baeyens

Constructor Summary
MoveToParentNodeOp()
           
 
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

MoveToParentNodeOp

public MoveToParentNodeOp()
Method Detail

perform

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

createAsyncMessage

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

isAsync

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