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

All Superinterfaces:
Breakpoint

public interface VariableModificationBreakpoint
extends Breakpoint

A break point that is activated when a variable is modified.


Method Summary
 java.lang.String scopeName()
          Get the name of the declaring scope for the variable.
 java.lang.String variableName()
          Get the name of the variable for which the break point is set.
 
Methods inherited from interface org.apache.ode.bpel.bdi.breaks.Breakpoint
isEnabled, setEnabled
 

Method Detail

scopeName

java.lang.String scopeName()
Get the name of the declaring scope for the variable.

Returns:
the name of the scope of null if the scope is the process itself.

variableName

java.lang.String variableName()
Get the name of the variable for which the break point is set.

Returns:
the name of the variable.