public interface ICDITracepoint extends ICDIObject
Modifier and Type | Interface and Description |
---|---|
static interface |
ICDITracepoint.IAction
Represents an action to be taken when the tracepoint is hit.
|
Modifier and Type | Method and Description |
---|---|
void |
addActions(ICDITracepoint.IAction[] actions)
Adds the given actions to the action list of thie tracepoint.
|
void |
clearActions()
Clears the action list of thie tracepoint.
|
ICDITracepoint.IAction[] |
getActions()
Returns the actions assigned to this tracepoint.
|
ICDILocation |
getLocation()
Returns the location of this tracepoint.
|
int |
getPassCount()
Returns the passcount of this tracepoint.
|
boolean |
isEnabled()
Returns whether this tracepoint is enabled.
|
void |
removeActions(ICDITracepoint.IAction[] actions)
Removes the given actions from the action list of thie tracepoint.
|
void |
setEnabled(boolean enabled)
Sets the enabled state of this tracepoint.
|
void |
setPassCount(int passCount)
Sets the passcount of this tracepoint.
|
getTarget
ICDILocation getLocation() throws CDIException
CDIException
- if this method fails. Reasons include:boolean isEnabled() throws CDIException
CDIException
- if this method fails. Reasons include:void setEnabled(boolean enabled) throws CDIException
enabled
- - whether this tracepoint should be enabledCDIException
- if this method fails. Reasons include:int getPassCount() throws CDIException
CDIException
- if this method fails. Reasons include:void setPassCount(int passCount) throws CDIException
the
- passcount to setCDIException
- if this method fails. Reasons include:void addActions(ICDITracepoint.IAction[] actions) throws CDIException
actions
- to addCDIException
- if this method fails. Reasons include:void removeActions(ICDITracepoint.IAction[] actions) throws CDIException
actions
- to removeCDIException
- if this method fails. Reasons include:void clearActions() throws CDIException
CDIException
- if this method fails. Reasons include:ICDITracepoint.IAction[] getActions()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.