| 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.monitor | |
| org.lsst.ccs.services | |
| org.lsst.ccs.services.alert |
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
ConfigurationService.canClearAlert(Alert alert,
AlertState state) |
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.
|
| 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.
|
| 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 |
|---|---|
default ClearAlertHandler.ClearAlertCode |
Monitor.AlarmHandler.canClearAlert(Alert alert,
AlertState state)
Deprecated.
|
ClearAlertHandler.ClearAlertCode |
AlertRaisingAlarm.canClearAlert(Alert alert,
AlertState state)
Default implementation of ClearAlertHanlder.
|
abstract Alert |
AlertRaisingAlarm.getAlert(AlertState alertState,
AlertState previousAlertState)
Get the Alert to be raised at the given AlertState.
|
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
AgentPeriodicTaskService.canClearAlert(Alert alert,
AlertState state) |
ClearAlertHandler.ClearAlertCode |
RuntimeService.canClearAlert(Alert alert,
AlertState state) |
| 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. |
| 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(String source,
Alert alert,
AlertState severity,
String cause)
Raise an Alert with a given AlertState for a given source.
|
Copyright © 2020 LSST. All rights reserved.