| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.monitor | |
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
ConfigurationService.canClearAlert(Alert alert,
AlertState state) |
| Modifier and Type | Method and Description |
|---|---|
default ClearAlertHandler.ClearAlertCode |
ClearAlertHandler.canClearAlert(Alert alert,
AlertState alertState)
Callback to clear an
Alert instance. |
static ClearAlertHandler.ClearAlertCode |
ClearAlertHandler.ClearAlertCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearAlertHandler.ClearAlertCode[] |
ClearAlertHandler.ClearAlertCode.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 |
Monitor.AlarmHandler.canClearAlert(Alert alert,
AlertState state)
Deprecated.
|
ClearAlertHandler.ClearAlertCode |
AlertRaisingAlarm.canClearAlert(Alert alert,
AlertState state)
Default implementation of ClearAlertHanlder.
|
| Modifier and Type | Method and Description |
|---|---|
ClearAlertHandler.ClearAlertCode |
AgentPeriodicTaskService.canClearAlert(Alert alert,
AlertState state) |
ClearAlertHandler.ClearAlertCode |
RuntimeService.canClearAlert(Alert alert,
AlertState state) |
Copyright © 2021 LSST. All rights reserved.