org.apache.ode.bpel.rapi
Interface ProcessControlContext

All Known Subinterfaces:
OdeRTInstanceContext

public interface ProcessControlContext

Engine-provided context for process lifecycle management.


Method Summary
 void completedFault(FaultInfo faultData)
          Should be invoked by process template, signalling process completion with fault.
 void completedOk()
          Should be invoked by process template, signalling process completion with no faults.
 void forceFlush()
           
 void forceRollback()
           
 void terminate()
          Terminates the process / sets state flag to terminate and ceases all processing for the instance.
 

Method Detail

forceFlush

void forceFlush()

forceRollback

void forceRollback()

completedOk

void completedOk()
Should be invoked by process template, signalling process completion with no faults.


completedFault

void completedFault(FaultInfo faultData)
Should be invoked by process template, signalling process completion with fault.


terminate

void terminate()
Terminates the process / sets state flag to terminate and ceases all processing for the instance.