public interface IPDIEventRequest extends IPDISet
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_NONE |
static int |
ACTION_TERMINATED |
static int |
CANCELLED |
static int |
DONE |
static int |
ERROR |
static int |
RUNNING |
static int |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels this request.
|
boolean |
completed(TaskSet qTasks,
Object result)
Returns whether tasks are completed and set result
|
void |
done()
Indicates this request is complete.
|
void |
error(String message)
Indicates this request has an error.
|
void |
execute(IPDIDebugger debugger)
Indicates this request is executing.
|
String |
getErrorMessage()
Returns error message of this request
|
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
|
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
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(String message)
message
- error messageString getName()
String getErrorMessage()
boolean completed(TaskSet qTasks, Object result)
qTasks
- result
- int getResponseAction()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.