|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the ability to suspend and resume a thread or debug target.
Clients may implement this interface.
Method Summary | |
---|---|
boolean |
canResume()
Returns whether this element can currently be resumed. |
boolean |
canSuspend()
Returns whether this element can currently be suspended. |
boolean |
isSuspended()
Returns whether this element is currently suspended. |
void |
resume()
Causes this element to resume its execution, generating a RESUME event.
|
void |
suspend()
Causes this element to suspend its execution, generating a SUSPEND event.
|
Method Detail |
public boolean canResume()
public boolean canSuspend()
public boolean isSuspended()
public void resume() throws DebugException
RESUME
event.
Has no effect on an element that is not suspended. This call is non-blocking.
DebugException
- on failure. Reasons include:public void suspend() throws DebugException
SUSPEND
event.
Has no effect on an already suspended element.
Implementations may be blocking or non-blocking.
DebugException
- on failure. Reasons include:
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.