org.apache.ode.bpel.runtime.channels
Interface ParentScope
- All Known Subinterfaces:
- ParentScopeChannel
- All Known Implementing Classes:
- ParentScopeChannelListener
public interface ParentScope
Channel used for child-to-parent scope communication.
compensate
void compensate(org.apache.ode.bpel.o.OScope scope,
org.apache.ode.jacob.SynchChannel ret)
completed
void completed(FaultData faultData,
java.util.Set<CompensationHandler> compensations)
cancelled
void cancelled()
failure
void failure(java.lang.String reason,
org.w3c.dom.Element data)