| 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.states | |
| org.lsst.ccs.framework | |
| 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,
CCSTimeStamp ccsTimeStamp,
String cause)
Raise an Alert with a given severity at a given CCS timestamp.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
CCSTimeStamp ccsTimeStamp,
String cause,
int count)
Raise an Alert with a given severity at a given CCS timestamp.
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
long timestamp,
String cause)
Deprecated.
use corresponding method with CCSTimeSTamp
|
RaisedAlertHistory |
RaisedAlertBookkeeper.raiseAlert(Alert alert,
AlertState severity,
long timestamp,
String cause,
int count)
Deprecated.
use corresponding method with CCSTimeSTamp
|
void |
AlertService.raiseAlert(Alert alert,
AlertState severity,
String cause)
Deprecated.
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)
Deprecated.
Raise an Alert with a given AlertState for a given source.
|
| 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,
CCSTimeStamp ccsTimeStamp,
String cause)
Deprecated.
use the corresponding method with CCSTimeStamp
|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
CCSTimeStamp ccsTimeStamp,
String cause,
int count)
Add a new instance of this Alert.
|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
long timestamp,
String cause)
Deprecated.
use the corresponding method with CCSTimeStamp
|
void |
RaisedAlertHistory.addAlertInstance(AlertState severity,
Alert alert,
long timestamp,
String cause,
int count)
Deprecated.
use the corresponding method with CCSTimeStamp
|
| 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 |
|---|---|
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. |
Copyright © 2019 LSST. All rights reserved.