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

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

public class MoveToChildNode
extends java.lang.Object
implements AtomicOperation

Author:
Tom Baeyens

Constructor Summary
MoveToChildNode(NodeImpl node)
           
 
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

MoveToChildNode

public MoveToChildNode(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 MessageImpl<?> createAsyncMessage(ExecutionImpl execution)
Specified by:
createAsyncMessage in interface AtomicOperation


Copyright © 2009 OW2 Consortium. All Rights Reserved.