|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the ability to terminate an execution context - for example, a thread, debug target or process.
Clients may implement this interface.
Method Summary | |
boolean |
canTerminate()
Returns whether this element can be terminated. |
boolean |
isTerminated()
Returns whether this element is terminated. |
void |
terminate()
Causes this element to terminate, generating a TERMINATE event. |
Method Detail |
public boolean canTerminate()
public boolean isTerminated()
public void terminate() throws DebugException
TERMINATE
event.
Implementations may be blocking or non-blocking.DebugException
- on failure. Reasons include:
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |