|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIEventRequest
Represents a request for notification of an event.
| Field Summary | |
|---|---|
static int |
ACTION_NONE
|
static int |
ACTION_TERMINATED
|
static int |
CANCELLED
|
static int |
DONE
|
static int |
ERROR
|
static int |
RUNNING
|
static int |
UNKNOWN
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels this request. |
boolean |
completed(TaskSet qTasks,
java.lang.Object result)
Returns whether tasks are completed and set result |
void |
done()
Indicates this request is complete. |
void |
error(java.lang.String message)
Indicates this request has an error. |
void |
execute(IPDIDebugger debugger)
Indicates this request is executing. |
java.lang.String |
getErrorMessage()
Returns error message of this request |
java.lang.String |
getName()
Returns name of this request |
int |
getResponseAction()
Returns action type for action after completing this request |
int |
getStatus()
Returns the current status of this request |
void |
setStatus(int status)
Sets current status of this request |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Field Detail |
|---|
static final int ERROR
static final int RUNNING
static final int DONE
static final int CANCELLED
static final int UNKNOWN
static final int ACTION_NONE
static final int ACTION_TERMINATED
| Method Detail |
|---|
void setStatus(int status)
status - int getStatus()
void done()
void cancel()
done() to indicate the request is
complete.
void execute(IPDIDebugger debugger)
debugger - void error(java.lang.String message)
message - error messagejava.lang.String getName()
java.lang.String getErrorMessage()
boolean completed(TaskSet qTasks,
java.lang.Object result)
qTasks - result -
int getResponseAction()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||