|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
AsyncProcessResult a wrpper interface for what is handed back to the client when a process is waiting, running, or completed..
| Field Summary | |
static int |
STATUS_COMPLETE
Status code for the process is complete |
static int |
STATUS_FAULT
Status code for there has been an error processing the AsyncProcess. |
static int |
STATUS_PENDING
Status code for the process is still waiting in queue. |
static int |
STATUS_RUNNING
Status code for the process is currently running |
| Method Summary | |
Throwable |
getException()
Retrieve the exception that occured during the processing. |
AsyncProcess |
getOriginalProcess()
Get the asynchronous process |
Object |
getResult()
Retrieve the result of the Object |
Object |
getStatus()
Retrieve the status object |
int |
getStatusCode()
Retrieve the status code of the process. |
| Field Detail |
public static final int STATUS_PENDING
public static final int STATUS_RUNNING
public static final int STATUS_COMPLETE
public static final int STATUS_FAULT
| Method Detail |
public int getStatusCode()
public Throwable getException()
public Object getResult()
public Object getStatus()
public AsyncProcess getOriginalProcess()
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||