public interface AsyncRequest extends CommonHandleChain, Remotable, Errorable, EventProcedure, RequestResponseInfo
| CANCELLED | isCancelled() |
| COMPLETE | isComplete() |
| EVENT-PROCEDURE | EventProcedure.getEventProcedure() |
| EVENT-PROCEDURE-CONTEXT | EventProcedure.getEventProcedureContext() |
| PERSISTENT-PROCEDURE | getPersistentProcedure() |
| PROCEDURE-NAME | getProcedureName() |
| QUIT | isQuit() |
| STOP | isStop() |
| SERVER | Remotable.getServerHandle() |
| Modifier and Type | Method and Description |
|---|---|
handle |
getPersistentProcedure()
Get the
PERSISTENT-PROCEDURE attribute of this async request. |
character |
getProcedureName()
Get the
PROCEDURE-NAME attribute of this async request. |
logical |
isCancelled()
Get the
CANCELLED attribute of this async request. |
logical |
isComplete()
Get the
COMPLETE attribute of this async request. |
logical |
isQuit()
Get the
QUIT attribute of this async request. |
logical |
isStop()
Get the
STOP attribute of this async request. |
getNextSibling, getPrevSibling, getPrivateData, setPrivateData, setPrivateDatareadOnlyError, readOnlyError, resourceTypeid, id, unknown, validgetServerHandle, setServerHandlegetEventProcedure, getEventProcedureContext, setEventProcedure, setEventProcedure, setEventProcedureContextgetRequestInfo, getResponseInfological isCancelled()
CANCELLED attribute of this async request.logical isComplete()
COMPLETE attribute of this async request.handle getPersistentProcedure()
PERSISTENT-PROCEDURE attribute of this async request.character getProcedureName()
PROCEDURE-NAME attribute of this async request.logical isQuit()
QUIT attribute of this async request.logical isStop()
STOP attribute of this async request.