org.ow2.bonita.pvm.internal.model.op
Interface AtomicOperation

All Known Implementing Classes:
ExecuteNode, MoveToChildNode, MoveToParentNode, ProceedToDestination, Signal, TakeTransition

public interface AtomicOperation

Author:
Tom Baeyens

Method Summary
 MessageImpl<?> createAsyncMessage(ExecutionImpl execution)
           
 boolean isAsync(ExecutionImpl execution)
           
 void perform(ExecutionImpl execution)
           
 

Method Detail

isAsync

boolean isAsync(ExecutionImpl execution)

createAsyncMessage

MessageImpl<?> createAsyncMessage(ExecutionImpl execution)

perform

void perform(ExecutionImpl execution)


Copyright © 2009 OW2 Consortium. All Rights Reserved.