| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.alerts | |
| 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.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) |
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 |
|---|---|
Alert |
InfrastructureAlert.getAlert() |
| Modifier and Type | Method and Description |
|---|---|
Alert |
AgentAlerts.getAlert(Map<String,Object> alertData) |
Alert |
RaisedAlertHistory.getLatestAlert()
Get the original Alert that was raised.
|
| 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 |
|---|---|
protected Alert |
StatusRaisedAlert.encodeObject(Alert obj) |
Alert |
StatusRaisedAlert.getRaisedAlert()
Get the RaisedAlert contained in this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected Alert |
StatusRaisedAlert.encodeObject(Alert obj) |
| Constructor and Description |
|---|
StatusRaisedAlert(Alert alert,
String cause,
StateBundle state) |
StatusRaisedAlert(Alert alert,
String cause,
StateBundle state,
RaisedAlertSummary raisedAlertSummary)
Build a StatusAlert from the provided RaisedAlert.
|
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
ClearAlertHandler.canClearAlert(Alert alert)
Callback to clear an
Alert instance. |
| Modifier and Type | Method and Description |
|---|---|
default ClearAlertHandler.ClearAlertCode |
Monitor.AlarmHandler.canClearAlert(Alert alert) |
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
AgentPeriodicTaskService.canClearAlert(Alert alert) |
ClearAlertHandler.ClearAlertCode |
RuntimeService.canClearAlert(Alert alert) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
AlertEvent.getAlert()
Returns the
Alert that triggered this event. |
| Constructor and Description |
|---|
AlertEvent(String source,
Alert alert,
RaisedAlertSummary summary,
AlertEvent.AlertEventType type)
Constructor for events triggered by a raised alert.
|
Copyright © 2018 LSST. All rights reserved.