
public final class StatusStateBundle extends StatusMessage<StateBundle,Object>
obj| Constructor and Description |
|---|
StatusStateBundle(StateBundle fullState)
Create a StatusStateBundle object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encodeObject(StateBundle obj)
Subclasses must provide a specific implementation of the encoding process.
|
StateBundle |
getFullState()
Get the full state of the Agent.
|
String |
toString() |
getState, setStategetCCSTimeStamp, getClassName, getDeserializationDuration, getDoneDeSerializationTime, getEncodedData, getObject, getOriginAgentInfo, getSerializationDuration, getSerializationTime, getTransferDuration, setOriginAgentInfo, updateTimingInformationpublic StatusStateBundle(StateBundle fullState)
fullState - The old state before the State changepublic StateBundle getFullState()
protected Object encodeObject(StateBundle obj)
BusMessageencodeObject in class BusMessage<StateBundle,Object>obj - The Serializable object embedded in the BusMessage.public String toString()
toString in class StatusMessage<StateBundle,Object>Copyright © 2020 LSST. All rights reserved.