| Package | Description |
|---|---|
| org.apache.ode.bpel.bdi.breaks |
This package contains interfaces for representing BPEL "break-points".
|
| org.apache.ode.bpel.iapi | |
| org.apache.ode.bpel.pmapi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityBreakpoint
Break-point on a BPEL activity: breaks at the start of activity execution and on
activity completion.
|
interface |
VariableModificationBreakpoint
A break point that is activated when a variable is modified.
|
| Modifier and Type | Method and Description |
|---|---|
Breakpoint[] |
DebuggerContext.getBreakpoints(java.lang.Long iid) |
Breakpoint[] |
DebuggerContext.getGlobalBreakpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebuggerContext.addBreakpoint(java.lang.Long pid,
Breakpoint breakpoint) |
void |
DebuggerContext.addGlobalBreakpoint(Breakpoint breakpoint) |
void |
DebuggerContext.removeBreakpoint(java.lang.Long iid,
Breakpoint breakpoint) |
void |
DebuggerContext.removeGlobalBreakpoint(Breakpoint breakpoint) |
| Modifier and Type | Method and Description |
|---|---|
Breakpoint[] |
BpelManagementFacade.getBreakpoints(java.lang.Long iid)
Returns the breakpoints registered with the process instance.
|
Breakpoint[] |
BpelManagementFacade.getGlobalBreakpoints(java.lang.String procId)
Returns the global breakpoints registered with the process instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BpelManagementFacade.removeBreakpoint(java.lang.Long iid,
Breakpoint sp)
Removes a breakpoint
|
void |
BpelManagementFacade.removeGlobalBreakpoint(java.lang.String procId,
Breakpoint sp)
Removes a global breakpoint
|
Copyright © 2015 WSO2. All Rights Reserved.