|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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 Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.