| Package | Description | 
|---|---|
| org.openspaces.admin.alert | Support for managing Alerts through the Admin API. | 
| org.openspaces.admin.alert.alerts | |
| org.openspaces.admin.internal.alert | 
| Modifier and Type | Field and Description | 
|---|---|
| static AlertSeverity | AlertSeverity. INFOINFO is an alert severity indicating an informational alert. | 
| static AlertSeverity | AlertSeverity. SEVERESEVERE is an alert severity indicating a serious failure/situation. | 
| static AlertSeverity | AlertSeverity. WARNINGWARNING is an alert severity indicating a potential problem. | 
| Modifier and Type | Method and Description | 
|---|---|
| AlertSeverity | Alert. getSeverity() | 
| static AlertSeverity | AlertSeverity. parse(int value)Returns an AlertSeverity by it's value (see  getValue()). | 
| static AlertSeverity | AlertSeverity. parse(String name)Returns an AlertSeverity by it's name (see  getName()). | 
| Modifier and Type | Method and Description | 
|---|---|
| AlertFactory | AlertFactory. severity(AlertSeverity severity)Severity - the defined severity of the alert. | 
| Constructor and Description | 
|---|
| AlertFactory(String groupUid,
            AlertSeverity alertSeverity,
            AlertStatus alertStatus)A factory for creating an  Alertwith the required fields. | 
| Modifier and Type | Method and Description | 
|---|---|
| AlertSeverity | AbstractAlert. getSeverity() | 
| Modifier and Type | Method and Description | 
|---|---|
| AlertSeverity | DefaultAlert. getSeverity() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultAlert. setSeverity(AlertSeverity severity) | 
Copyright © GigaSpaces.