public interface IPDITracepoint extends IPDISessionObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPDITracepoint.IAction
Represents an action to be taken when the tracepoint is hit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActions(IPDITracepoint.IAction[] actions)
Adds the given actions to the action list of this tracepoint.
|
void |
clearActions()
Clears the action list of this tracepoint.
|
IPDITracepoint.IAction[] |
getActions()
Returns the actions assigned to this tracepoint.
|
IPDILocation |
getLocation()
Returns the location of this tracepoint.
|
int |
getPassCount()
Returns the pass count of this tracepoint.
|
boolean |
isEnabled()
Returns whether this tracepoint is enabled.
|
void |
removeActions(IPDITracepoint.IAction[] actions)
Removes the given actions from the action list of this tracepoint.
|
void |
setEnabled(boolean enabled)
Sets the enabled state of this tracepoint.
|
void |
setPassCount(int passCount)
Sets the pass count of this tracepoint.
|
getSessionIPDILocation getLocation() throws PDIException
PDIException - on failureboolean isEnabled()
throws PDIException
PDIException - on failurevoid setEnabled(boolean enabled)
throws PDIException
enabled - - whether this tracepoint should be enabledPDIException - on failureint getPassCount()
throws PDIException
PDIException - on failurevoid setPassCount(int passCount)
throws PDIException
the - pass count to setPDIException - on failurevoid addActions(IPDITracepoint.IAction[] actions) throws PDIException
actions - to addPDIException - on failurevoid removeActions(IPDITracepoint.IAction[] actions) throws PDIException
actions - to removePDIException - on failurevoid clearActions()
throws PDIException
PDIException - on failureIPDITracepoint.IAction[] getActions()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.