Package org.apache.ode.bpel.bdi.breaks

This package contains interfaces for representing BPEL "break-points".

See:
          Description

Interface Summary
ActivityBreakpoint Break-point on a BPEL activity: breaks at the start of activity execution and on activity completion.
Breakpoint Base interface of all BPEL break-point.
VariableModificationBreakpoint A break point that is activated when a variable is modified.
 

Package org.apache.ode.bpel.bdi.breaks Description

This package contains interfaces for representing BPEL "break-points". BPEL break-points are similar to conventional programming break-points in that they permit the interruption and suspension of execution based on various criteria.