public interface ICDISignal extends ICDIObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the meaning of this signal.
|
java.lang.String |
getName()
Returns the name of this signal.
|
void |
handle(boolean ignore,
boolean stop)
Change the way debugger handles this signal.
|
boolean |
isIgnore()
if false means program will see the signal.
|
boolean |
isStopSet()
Means reenter debugger if this signal happens
Method isStopSet.
|
void |
signal()
Continue program giving it this signal.
|
getTargetjava.lang.String getName()
java.lang.String getDescription()
boolean isIgnore()
boolean isStopSet()
void signal()
throws CDIException
CDIException - if this method fails. Reasons include:void handle(boolean ignore,
boolean stop)
throws CDIException
ignore - - if true the debugger should not allow your program to see this signalstop - - if true the debugger should stop your program when this signal happensCDIException - if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.