|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IAsyncCallback providers the facilities to get a callback with either response or exception object from an asynchronous invocation. An instance implementing this interface must be set on Async object before it is passed into an async invocation.
Method Summary | |
void |
receivedException(java.lang.Exception exception,
Async async)
This method is called when either an exception occurs while processing the response or an exception was returned by the server. |
void |
receivedResponse(java.lang.Object response,
Async async)
This method is called by the GLUE runtime when a response from an asynchronous invocation becomes available. |
Method Detail |
public void receivedResponse(java.lang.Object response, Async async)
response
- object sent by the serverasync
- async original async objectpublic void receivedException(java.lang.Exception exception, Async async)
exception
- async
- async original async object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |