Class DelayedCommand

java.lang.Object
com.fishlib.base.Command
com.illumon.iris.db.tables.remotequery.DelayedCommand
All Implemented Interfaces:
Externalizable, Serializable

public class DelayedCommand extends com.fishlib.base.Command
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    DelayedCommand(byte 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

    • DelayedCommand

      public DelayedCommand()
    • DelayedCommand

      public DelayedCommand(byte cmd, Object... args) throws IOException
      Throws:
      IOException
  • Method Details

    • getArgs

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