org.ow2.bonita.pvm.internal.model.op
Class MoveToParentNode

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.model.op.MoveToParentNode
All Implemented Interfaces:
AtomicOperation

public class MoveToParentNode
extends java.lang.Object
implements AtomicOperation

Author:
Tom Baeyens

Constructor Summary
MoveToParentNode()
           
 
Method Summary
 MessageImpl<?> 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

MoveToParentNode

public MoveToParentNode()
Method Detail

perform

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

createAsyncMessage

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

isAsync

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.