|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisconnect
The ability to end a debug session with a target program and allow the target to continue running.
Clients may implement this interface.
IDebugTarget
Method Summary | |
---|---|
boolean |
canDisconnect()
Returns whether this element can currently disconnect. |
void |
disconnect()
Disconnects this element from its target. |
boolean |
isDisconnected()
Returns whether this element is disconnected. |
Method Detail |
---|
boolean canDisconnect()
void disconnect() throws DebugException
DebugException
- on failure. Reasons include:boolean isDisconnected()
|
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.