|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncResult<T>
An async invocation result holding the actual result of the invocation or an possible exception raised during the invocation.
Method Summary | |
---|---|
Exception |
getException()
In case of an async invocation failure, returns the exception causing it. |
T |
getResult()
Returns the result of the async invocation. |
Method Detail |
---|
T getResult()
null
in case of an exception. getException()
should be checked for
successful execution.
Exception getException()
null
.
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |