public final class StatusAgentInfo extends StatusMessage<AgentInfo,Object>
obj| Constructor and Description |
|---|
StatusAgentInfo(AgentInfo agentInfo)
Create a StatusAgentInfo message by providing Agent's AgentInfo.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encodeObject(AgentInfo obj)
Subclasses must provide a specific implementation of the encoding process.
|
AgentInfo |
getAgentInfo()
Get the RuntimeInfo object contained in this message.
|
getState, setState, toStringgetCCSTimeStamp, getClassName, getDeserializationDuration, getDoneDeSerializationTime, getEncodedData, getIncomingQueueInTimeStamp, getIncomingQueueOutTimeStamp, getObject, getOriginAgentInfo, getOutgoingQueueInTimeStamp, getOutgoingQueueOutTimeStamp, getSerializationDuration, getSerializationTime, getTransferDuration, setIncomingQueueInTimeStamp, setIncomingQueueOutTimeStamp, setOriginAgentInfo, setOutgoingQueueInTimeStamp, setOutgoingQueueOutTimeStamp, updateTimingInformationpublic StatusAgentInfo(AgentInfo agentInfo)
agentInfo - The AgentInfo for this Agent.public AgentInfo getAgentInfo()
protected Object encodeObject(AgentInfo obj)
BusMessageencodeObject in class BusMessage<AgentInfo,Object>obj - The Serializable object embedded in the BusMessage.Copyright © 2024 LSST. All rights reserved.