Class InvocationResult
java.lang.Object
dev.getelements.elements.rt.remote.InvocationResult
- All Implemented Interfaces:
Serializable
Contains the result of the remote invocation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InvocationResult
public InvocationResult() -
InvocationResult
-
-
Method Details
-
getResult
Gets the result of the remoteMethod
, or null if the method failed to invoke. Null may also indicate that the remote method returned null.- Returns:
- the result
-
setResult
Sets the result of the remoteMethod
, or null if the method failed to invoke. Null may also indicate that the remote method returned null. -
equals
-
hashCode
public int hashCode() -
toString
-