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

All Known Subinterfaces:
ActivityBreakpoint, VariableModificationBreakpoint
All Known Implementing Classes:
ActivityBreakpointImpl, BreakpointImpl

public interface Breakpoint

Base interface of all BPEL break-point. Used to enable/disable the break-point.


Method Summary
 boolean isEnabled()
          Test whether the break point is enabled.
 void setEnabled(boolean enabled)
          Enable or disable the break point.
 

Method Detail

setEnabled

void setEnabled(boolean enabled)
Enable or disable the break point.

Parameters:
enabled - if true enable, otherwise disable

isEnabled

boolean isEnabled()
Test whether the break point is enabled.

Returns:
true if break-point is enabled, false otherwise