Package io.deephaven.enterprise.comm
Class TransientResponse
java.lang.Object
com.fishlib.base.Command
io.deephaven.enterprise.comm.Response
io.deephaven.enterprise.comm.TransientResponse
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransientResponse(int cmdId) TransientResponse(int cmdId, Object... args) TransientResponse(com.fishlib.base.Command cmd) TransientResponse(com.fishlib.base.Command cmd, Object... args) -
Method Summary
Methods inherited from class com.fishlib.base.Command
equals, getArgs, getCmdId, getCommand, getResponseId, hashCode, readExternal, setArgs, setCmdId, setCommand, setResponseId, toString, writeExternal
-
Constructor Details
-
TransientResponse
public TransientResponse() -
TransientResponse
-
TransientResponse
public TransientResponse(int cmdId) -
TransientResponse
-
TransientResponse
public TransientResponse(com.fishlib.base.Command cmd)
-