Class DelayedResponse

java.lang.Object
com.fishlib.base.Command
io.deephaven.enterprise.comm.Response
com.illumon.iris.db.tables.remotequery.DelayedResponse
All Implemented Interfaces:
Externalizable, Serializable

public class DelayedResponse extends io.deephaven.enterprise.comm.Response
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    DelayedResponse(com.fishlib.base.Command cmd, Object... args)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.fishlib.base.Command

    equals, getCmdId, getCommand, getResponseId, hashCode, readExternal, setArgs, setCmdId, setCommand, setResponseId, toString, writeExternal

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DelayedResponse

      public DelayedResponse(com.fishlib.base.Command cmd, Object... args) throws IOException
      Throws:
      IOException
    • DelayedResponse

      public DelayedResponse()
  • Method Details

    • getArgs

      public Object[] getArgs()
      Overrides:
      getArgs in class com.fishlib.base.Command