org.apache.ode.bpel.runtime.breaks
Class BreakpointImpl
java.lang.Object
org.apache.ode.bpel.runtime.breaks.BreakpointImpl
- All Implemented Interfaces:
- java.io.Serializable, org.apache.ode.bpel.bdi.breaks.Breakpoint
- Direct Known Subclasses:
- ActivityBreakpointImpl
public abstract class BreakpointImpl
- extends java.lang.Object
- implements org.apache.ode.bpel.bdi.breaks.Breakpoint, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BreakpointImpl
public BreakpointImpl(java.lang.String uuid)
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled in interface org.apache.ode.bpel.bdi.breaks.Breakpoint
- See Also:
Breakpoint.setEnabled(boolean)
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface org.apache.ode.bpel.bdi.breaks.Breakpoint
- See Also:
Breakpoint.isEnabled()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
- See Also:
Object.hashCode()
checkBreak
public abstract boolean checkBreak(org.apache.ode.bpel.evt.BpelEvent event)