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:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DelayedCommand()  
    DelayedCommand​(byte cmd, Object... args)  
  • Method Summary

    Modifier and Type Method Description
    Object[] getArgs()  

    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