Class InvocationResult

java.lang.Object
dev.getelements.elements.rt.remote.InvocationResult
All Implemented Interfaces:
Serializable

public class InvocationResult extends Object implements Serializable
Contains the result of the remote invocation.
See Also:
  • Constructor Details

    • InvocationResult

      public InvocationResult()
    • InvocationResult

      public InvocationResult(Object result)
  • Method Details

    • getResult

      public Object getResult()
      Gets the result of the remote Method, or null if the method failed to invoke. Null may also indicate that the remote method returned null.
      Returns:
      the result
    • setResult

      public void setResult(Object result)
      Sets the result of the remote Method, or null if the method failed to invoke. Null may also indicate that the remote method returned null.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object