public final class StatusCommandDictionary extends StatusMessage<HashMap<String,org.lsst.ccs.command.Dictionary>,Object>
AgentCommandDictionaryService; consoles
should listen to the STATUS bus for these publications.| Constructor and Description |
|---|
StatusCommandDictionary(HashMap<String,org.lsst.ccs.command.Dictionary> dictionary,
StateBundle state) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encodeObject(HashMap<String,org.lsst.ccs.command.Dictionary> dictionary)
Subclasses must provide a specific implementation of the encoding process.
|
HashMap<String,org.lsst.ccs.command.Dictionary> |
getDictionary()
Get the actual dictionary contained in this StatusMessage.
|
getState, toStringgetCCSTimeStamp, getClassName, getEncodedData, getObject, getOriginAgentInfo, getTimeStamp, setOriginAgentInfopublic StatusCommandDictionary(HashMap<String,org.lsst.ccs.command.Dictionary> dictionary, StateBundle state)
public HashMap<String,org.lsst.ccs.command.Dictionary> getDictionary()
protected Object encodeObject(HashMap<String,org.lsst.ccs.command.Dictionary> dictionary)
BusMessageencodeObject in class BusMessage<HashMap<String,org.lsst.ccs.command.Dictionary>,Object>dictionary - The Serializable object embedded in the BusMessage.Copyright © 2018 LSST. All rights reserved.