Class MethodResult


  • public final class MethodResult
    extends java.lang.Object
    Container class holding the results of a remote method invocation via action operation
    • Method Detail

      • getResultData

        public DataObject getResultData()
        Returns the data of return data of this method call. Note that this value is null if isSuccess() is false.
        Returns:
        Returns the data of return data
      • getResultCode

        public MethodResultCode getResultCode()
        Returns:
        The result code of the method call
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object