|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerminate
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 |
---|
boolean canTerminate()
boolean isTerminated()
void terminate() throws DebugException
TERMINATE
event.
Implementations may be blocking or non-blocking.
DebugException
- on failure. Reasons include:
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.