| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| org.lsst.ccs.bus.states | |
| org.lsst.ccs.framework | |
| org.lsst.ccs.messaging.util | |
| org.lsst.ccs.monitor | |
| org.lsst.ccs.services.alert |
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause)
Raise an Alert with a given severity at a given CCS timestamp.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause,
int count)
Raise an Alert with a given severity at a given CCS timestamp.
|
void |
RaisedAlertBookkeeper.setHighestSeverity(String alertId,
AlertState highestSeverity)
Change the highest severity for a RaisedAlertHistory.
|
| Modifier and Type | Method and Description |
|---|---|
AlertState |
RaisedAlertSummary.getAlertState()
Get the overall AlertState for this RaisedAlarm summary object .
|
AlertState |
RaisedAlertInstance.getAlertState()
The AlertState at which the RaisedAlertInstance was raised.
|
AlertState |
RaisedAlertHistory.getHighestAlertState()
Get the highest AlertState raised for this Alert.
|
AlertState |
RaisedAlertHistory.getLatestAlertState()
Get the latest AlertState of this Alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
String cause,
int count)
Add a new instance of this Alert.
|
void |
RaisedAlertHistory.setHighestSeverit(AlertState highestSeverity) |
| Modifier and Type | Method and Description |
|---|---|
AlertState |
StatusRaisedAlert.getAlertState()
Get the overall AlertState for this Agent.
|
AlertState |
StatusRaisedAlert.getRaisedAlertState()
Get the AlertState with which this Alert was raised.
|
| Modifier and Type | Method and Description |
|---|---|
static AlertState |
AlertState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertState[] |
AlertState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ClearAlertHandler.ClearAlertCode |
ClearAlertHandler.canClearAlert(Alert alert,
AlertState alertState)
Callback to clear an
Alert instance. |
| Modifier and Type | Method and Description |
|---|---|
AlertState |
Dispatcher.AlertEvent.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.raiseAlert(Alert alert,
AlertState severity,
String cause)
Notifies listeners by publishing an
AlertEvent. |
void |
AbstractDispatcher.raiseAlert(Alert alert,
AlertState severity,
String cause)
Notifies listeners by publishing an
AlertEvent. |
void |
Dispatcher.raiseAlert(String id,
AlertState severity,
String cause)
Notifies listeners by publishing an
AlertEvent. |
void |
AbstractDispatcher.raiseAlert(String id,
AlertState severity,
String cause)
Notifies listeners by publishing an
AlertEvent. |
| Constructor and Description |
|---|
AlertEvent(Dispatcher dispatcher,
Alert alert,
AlertState severity,
String cause) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
Alarm.getAlert(AlertState alertState,
AlertState previousAlertState)
Get the Alert to be raised at the given AlertState.
|
| Modifier and Type | Method and Description |
|---|---|
AlertState |
AlertEvent.getLevel()
Returns the level (
WARNING or ALARM) at which the alert that triggered this
event was raised. |
AlertState |
AlertEvent.getStateForClearedAlert(String id)
Get the AlertState for the provided alert id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertService.raiseAlert(Alert alert,
AlertState severity,
String cause)
Method similar to
#raiseAlert(String,Alert,AlertState,String)
where the source argument is set to be the agent name. |
void |
AlertService.raiseAlert(Alert alert,
AlertState severity,
String cause,
AlertService.RaiseAlertStrategy strategy) |
void |
AlertService.raiseAlert(String source,
Alert alert,
AlertState severity,
String cause)
Raise an Alert with a given AlertState for a given source.
|
void |
AlertService.raiseAlert(String source,
Alert alert,
AlertState severity,
String cause,
AlertService.RaiseAlertStrategy strategy) |
Copyright © 2022 LSST. All rights reserved.