|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISuspendResume
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 |
---|
boolean canResume()
boolean canSuspend()
boolean isSuspended()
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: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.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.