| Package | Description |
|---|---|
| org.lsst.ccs.services.alert |
| Modifier and Type | Method and Description |
|---|---|
static AlertService.RaiseAlertStrategy |
AlertService.RaiseAlertStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertService.RaiseAlertStrategy[] |
AlertService.RaiseAlertStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertService.raiseAlert(Alert alert,
AlertState severity,
String cause,
AlertService.RaiseAlertStrategy strategy) |
void |
AlertService.raiseAlert(String source,
Alert alert,
AlertState severity,
String cause,
AlertService.RaiseAlertStrategy strategy) |
Copyright © 2022 LSST. All rights reserved.