
public final class StatusDataProviderDictionary extends StatusMessage<DataProviderDictionary,Object>
| Constructor and Description |
|---|
StatusDataProviderDictionary(DataProviderDictionary dataProviderDictionary)
Create a StatusDataProviderDictionary message by providing the DataProviderDictionary.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueDataList |
encodeObject(DataProviderDictionary obj)
Subclasses must provide a specific implementation of the encoding process.
|
DataProviderDictionary |
getDataProviderDictionary()
Get the DataProviderDictionary object contained in this message.
|
getState, setState, toStringgetCCSTimeStamp, getClassName, getDeSerializationTime, getEncodedData, getObject, getOriginAgentInfo, getSerializationTime, getTransferDuration, setOriginAgentInfopublic StatusDataProviderDictionary(DataProviderDictionary dataProviderDictionary)
dataProviderDictionary - The DataProviderDictionary object to be sent.public DataProviderDictionary getDataProviderDictionary()
protected KeyValueDataList encodeObject(DataProviderDictionary obj)
BusMessageencodeObject in class BusMessage<DataProviderDictionary,Object>obj - The Serializable object embedded in the BusMessage.Copyright © 2019 LSST. All rights reserved.