Package org.cyclos.services.access
Class InvocationResult
- java.lang.Object
-
- org.cyclos.services.access.InvocationResult
-
- All Implemented Interfaces:
Serializable
public class InvocationResult extends Object implements Serializable
The result of an invocation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvocationResult(Object result)InvocationResult(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetResult()ThrowablegetThrowable()booleanisSuccessful()voidsetResult(Object result)voidsetThrowable(Throwable throwable)
-