public final class StatusConfigurationInfo extends StatusMessage<ConfigurationInfo,Object>
| Constructor and Description |
|---|
StatusConfigurationInfo(ConfigurationInfo configurationInfo,
StateBundle state)
Create a StatusConfigurationInfo message by providing the state of the agent
and the ConfigurationInfo object to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueDataList |
encodeObject(ConfigurationInfo obj)
Subclasses must provide a specific implementation of the encoding process.
|
ConfigurationInfo |
getConfigurationInfo()
Get the ConfigurationInfo object contained in this message.
|
getState, toStringgetCCSTimeStamp, getClassName, getDeSerializationTime, getEncodedData, getObject, getOriginAgentInfo, getSerializationTime, getTimeStamp, getTransferDuration, setOriginAgentInfopublic StatusConfigurationInfo(ConfigurationInfo configurationInfo, StateBundle state)
configurationInfo - The ConfigurationInfo object to be sent.state - The state of the agent when this object was created.public ConfigurationInfo getConfigurationInfo()
protected KeyValueDataList encodeObject(ConfigurationInfo obj)
BusMessageencodeObject in class BusMessage<ConfigurationInfo,Object>obj - The Serializable object embedded in the BusMessage.Copyright © 2018 LSST. All rights reserved.