Class SendRequestResult

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    PythonSendRequestResult

    public class SendRequestResult
    extends java.lang.Object
    implements java.io.Serializable
    This is the transport object used to communicate results for system.util.sendRequest between the gateway and the client, and across the gateway network.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SendRequestResult​(java.util.UUID opId, java.lang.Object result, java.lang.Exception err)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getException()  
      java.util.UUID getOpId()  
      java.lang.Object getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SendRequestResult

        public SendRequestResult​(java.util.UUID opId,
                                 java.lang.Object result,
                                 java.lang.Exception err)
    • Method Detail

      • getOpId

        public java.util.UUID getOpId()
      • getResult

        public java.lang.Object getResult()
      • getException

        public java.lang.Exception getException()