|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.veriplace.client.AsyncRequestStatus
public abstract class AsyncRequestStatus
Base class for asynchronous requests created by a subclass of
AsyncCapableAPI.
| Method Summary | |
|---|---|
VeriplaceException |
getException()
An exception indicating the reason that the request failed, if it failed. |
java.lang.String |
getId()
Returns a unique identifier that the platform assigned to this request. |
boolean |
isFailed()
True if the request failed, in which case getException() will
return the corresponding exception. |
boolean |
isReady()
True if the request either was successfully completed or failed; false if it is still being processed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getId()
public VeriplaceException getException()
public boolean isReady()
public boolean isFailed()
getException() will
return the corresponding exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||