See: Description
Interface | Description |
---|---|
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.
|
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.