org.ow2.orchestra.pvm.internal.model.op
Class ProceedToDestination
java.lang.Object
org.ow2.orchestra.pvm.internal.model.op.ProceedToDestination
- All Implemented Interfaces:
- AtomicOperation
public class ProceedToDestination
- extends Object
- implements AtomicOperation
- Author:
- Tom Baeyens
ProceedToDestination
public ProceedToDestination()
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 List<NodeImpl> getNodesEntered(NodeImpl origin,
NodeImpl destination)
toString
public String toString()
- Overrides:
toString in class Object
createAsyncMessage
public MessageImpl<?> createAsyncMessage(ExecutionImpl execution)
- Specified by:
createAsyncMessage in interface AtomicOperation
Copyright © 2011 OW2 Consortium. All Rights Reserved.