
public final class CommandAck extends CommandReply<String>
obj| 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, getDeserializationDuration, getDoneDeSerializationTime, getIncomingQueueInTimeStamp, getIncomingQueueOutTimeStamp, getObject, getOriginAgentInfo, getOutgoingQueueInTimeStamp, getOutgoingQueueOutTimeStamp, getSerializationDuration, getSerializationTime, getTransferDuration, setIncomingQueueInTimeStamp, setIncomingQueueOutTimeStamp, setOriginAgentInfo, setOutgoingQueueInTimeStamp, setOutgoingQueueOutTimeStamp, updateTimingInformationpublic 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 © 2021 LSST. All rights reserved.