public class ActivityBreakpointImpl extends BreakpointImpl implements ActivityBreakpoint
Constructor and Description |
---|
ActivityBreakpointImpl(java.lang.String uuid,
java.lang.String activityName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
activityName()
Get the name of the activity that has been breakpointed.
|
boolean |
checkBreak(BpelEvent event) |
equals, hashCode, isEnabled, setEnabled
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isEnabled, setEnabled
public ActivityBreakpointImpl(java.lang.String uuid, java.lang.String activityName)
public java.lang.String activityName()
ActivityBreakpoint
activityName
in interface ActivityBreakpoint
ActivityBreakpoint.activityName()
public boolean checkBreak(BpelEvent event)
checkBreak
in class BreakpointImpl
BreakpointImpl.checkBreak(org.apache.ode.bpel.evt.BpelEvent)