public final class CommandAck extends CommandReply<String>
| Constructor and Description |
|---|
CommandAck(CommandRequest command,
Duration timeout)
CommandAcks are constructed from the corresponding CommandRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
getTimeout()
Returns the timeout value for the command suggested by the command target.
|
String |
toString() |
encodeObject, getEncodedData, getReplygetCorrelationId, getDestinationgetCCSTimeStamp, getClassName, getDeSerializationTime, getObject, getOriginAgentInfo, getSerializationTime, getTimeStamp, getTransferDuration, setOriginAgentInfopublic CommandAck(CommandRequest command, Duration timeout)
command - The CommandRequest for which this CommandAck is being sent.timeout - Timeout to be used.public Duration getTimeout()
null timeout indicates the default should be used.public String toString()
toString in class BusMessage<String,String>Copyright © 2018 LSST. All rights reserved.