public final class StatusClearedAlert extends StatusAlert<String[],Object>
| Constructor and Description |
|---|
StatusClearedAlert(String[] clearAlertIds,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusClearAlert from the provided String array and the
RaisedAlertSummary of the subsystem. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encodeObject(String[] obj)
Subclasses must provide a specific implementation of the encoding process.
|
String[] |
getClearAlertIds()
Get the String array of the alertIds that have been cleared.
|
getRaisedAlertSummarygetState, toStringgetCCSTimeStamp, getClassName, getDeSerializationTime, getEncodedData, getObject, getOriginAgentInfo, getSerializationTime, getTimeStamp, getTransferDuration, setOriginAgentInfopublic StatusClearedAlert(String[] clearAlertIds, StateBundle state, RaisedAlertSummary raisedAlertSummary)
RaisedAlertSummary of the subsystem.clearAlertIds - Array of AlertIds that have been cleared.state - The State of the Agent at the time the object is created.raisedAlertSummary - The summary of alerts at the time the object is
created.public String[] getClearAlertIds()
protected Object encodeObject(String[] obj)
BusMessageencodeObject in class BusMessage<String[],Object>obj - The Serializable object embedded in the BusMessage.Copyright © 2018 LSST. All rights reserved.