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

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

public class ProceedToDestination
extends java.lang.Object
implements AtomicOperation

Author:
Tom Baeyens

Constructor Summary
ProceedToDestination()
           
 
Method Summary
 MessageImpl<?> createAsyncMessage(ExecutionImpl execution)
           
 java.util.List<NodeImpl> getNodesEntered(NodeImpl origin, NodeImpl destination)
           
 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

ProceedToDestination

public ProceedToDestination()
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

getNodesEntered

public java.util.List<NodeImpl> getNodesEntered(NodeImpl origin,
                                                NodeImpl destination)

toString

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

createAsyncMessage

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.