| 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.services.alert |
| Modifier and Type | Class and Description |
|---|---|
class |
RaisedAlertBookkeeper
Thread-safe modifiable
RaisedAlertSummary. |
| Constructor and Description |
|---|
RaisedAlertSummary(RaisedAlertSummary other)
Copy constructor for sending over the buses.
|
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertSummary |
StatusAlert.getRaisedAlertSummary()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
StatusRaisedAlertSummary.encodeObject(RaisedAlertSummary obj) |
| Constructor and Description |
|---|
StatusClearedAlert(String[] clearAlertIds,
RaisedAlertSummary raisedAlertSummary)
Build a StatusClearAlert from the provided String array and the
RaisedAlertSummary of the subsystem. |
StatusRaisedAlert(Alert alert,
String cause,
RaisedAlertSummary raisedAlertSummary)
Deprecated.
|
StatusRaisedAlertSummary(RaisedAlertSummary alertSummary) |
| Modifier and Type | Method and Description |
|---|---|
RaisedAlertSummary |
AlertService.getRaisedAlertSummary()
Get the Subsystem's RaisedAlertSummary.
|
RaisedAlertSummary |
AlertEvent.getSummary()
Returns the current summary of alerts for the source of the alert that triggered this event.
|
RaisedAlertSummary |
AlertService.getSummary(String source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RaisedAlertSummary> |
AlertService.getAllSummaries() |
| Constructor and Description |
|---|
AlertEvent(String source,
Alert alert,
RaisedAlertSummary summary,
AlertEvent.AlertEventType type)
Constructor for events triggered by a raised alert.
|
AlertEvent(String source,
String[] clearedIDs,
RaisedAlertSummary summary,
AlertEvent.AlertEventType type)
Constructor for events triggered by cleared alerts.
|
Copyright © 2020 LSST. All rights reserved.