public final class StatusStateChangeNotification extends StatusMessage<StateBundle,Object>
obj| Constructor and Description |
|---|
StatusStateChangeNotification(StateBundle oldState)
Create a StatusStateChangeNotification object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encodeObject(StateBundle obj)
Subclasses must provide a specific implementation of the encoding process.
|
StateBundle |
getNewState()
Get the new state of the Agent.
|
StateBundle |
getOldState()
Get the old state of the Agent.
|
getState, setState, toStringgetCCSTimeStamp, getClassName, getDeserializationDuration, getDoneDeSerializationTime, getEncodedData, getObject, getOriginAgentInfo, getSerializationDuration, getSerializationTime, getTransferDuration, setOriginAgentInfopublic StatusStateChangeNotification(StateBundle oldState)
oldState - The old state before the State changepublic StateBundle getNewState()
public StateBundle getOldState()
protected Object encodeObject(StateBundle obj)
BusMessageencodeObject in class BusMessage<StateBundle,Object>obj - The Serializable object embedded in the BusMessage.Copyright © 2020 LSST. All rights reserved.