org.apache.ode.bpel.bdi.breaks
Interface ActivityBreakpoint

All Superinterfaces:
Breakpoint
All Known Implementing Classes:
ActivityBreakpointImpl

public interface ActivityBreakpoint
extends Breakpoint

Break-point on a BPEL activity: breaks at the start of activity execution and on activity completion.


Method Summary
 java.lang.String activityName()
          Get the name of the activity that has been breakpointed.
 
Methods inherited from interface org.apache.ode.bpel.bdi.breaks.Breakpoint
isEnabled, setEnabled
 

Method Detail

activityName

java.lang.String activityName()
Get the name of the activity that has been breakpointed.

Returns:
the name of the activity