org.apache.ode.bpel.runtime.channels
Interface ActivityRecovery

All Known Subinterfaces:
ActivityRecoveryChannel
All Known Implementing Classes:
ActivityRecoveryChannelListener

public interface ActivityRecovery


Method Summary
 void cancel()
          Cancel the activity (unsuccessful completion).
 void fault(FaultData faultData)
          Fault the activity.
 void retry()
          Retry the activity.
 

Method Detail

retry

void retry()
Retry the activity.


cancel

void cancel()
Cancel the activity (unsuccessful completion).


fault

void fault(FaultData faultData)
Fault the activity. Fault data is optional.