public class InvocationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
InvocationResult(java.lang.Object result) |
InvocationResult(java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getResult() |
java.lang.Throwable |
getThrowable() |
boolean |
isSuccessful() |
void |
setResult(java.lang.Object result) |
void |
setThrowable(java.lang.Throwable throwable) |