org.jbpm.pvm.impl
Interface AtomicOperation

All Known Implementing Classes:
ExecuteNodeOp, MoveToChildNodeOp, MoveToParentNodeOp, ProceedToDestinationOp, SignalOp, TakeTransitionOp

public interface AtomicOperation

Author:
Tom Baeyens

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

Method Detail

isAsync

boolean isAsync(ExecutionImpl execution)

createAsyncMessage

Message<?> createAsyncMessage(ExecutionImpl execution)

perform

void perform(ExecutionImpl execution)