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.obj| Constructor and Description |
|---|
StatusCommandDictionary(byte[] ser,
String compressionProtocol) |
| 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.
|
static HashMap<String,org.lsst.ccs.command.Dictionary> |
setTargetsForAgent(Map<String,org.lsst.ccs.command.Dictionary> rawDict,
String agentName) |
getState, setState, toStringgetCCSTimeStamp, getClassName, getDeserializationDuration, getDoneDeSerializationTime, getEncodedData, getIncomingQueueInTimeStamp, getIncomingQueueOutTimeStamp, getObject, getOriginAgentInfo, getOutgoingQueueInTimeStamp, getOutgoingQueueOutTimeStamp, getSerializationDuration, getSerializationTime, getTransferDuration, setIncomingQueueInTimeStamp, setIncomingQueueOutTimeStamp, setOriginAgentInfo, setOutgoingQueueInTimeStamp, setOutgoingQueueOutTimeStamp, updateTimingInformationpublic StatusCommandDictionary(byte[] ser,
String compressionProtocol)
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 © 2024 LSST. All rights reserved.