| 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 AlertStatus | 
AlertStatus.ESCALATED
ESCALATED is an alert status indicating that a raised alert has been escalated. 
 | 
static AlertStatus | 
AlertStatus.NA
NA is an alert status indicating that a component for which an alert has been raised
 is no longer available. 
 | 
static AlertStatus | 
AlertStatus.RAISED
RAISED is an alert status indicating an alert has been raised. 
 | 
static AlertStatus | 
AlertStatus.RESOLVED
RESOLVED is an alert status indicating that a raised alert has been resolved. 
 | 
static AlertStatus | 
AlertStatus.SUPPRESSED
SUPPRESSED is an alert status indicating that a raised alert has been suppressed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertStatus | 
AlertManager.getAlertStatusByGroupId(String groupUid)  | 
AlertStatus | 
Alert.getStatus()  | 
static AlertStatus | 
AlertStatus.parse(int value)
Returns an AlertStatus by it's value (see  
getValue()). | 
static AlertStatus | 
AlertStatus.parse(String name)
Returns an AlertStatus by it's value (see  
getName()). | 
| Modifier and Type | Method and Description | 
|---|---|
AlertFactory | 
AlertFactory.status(AlertStatus status)
Status - the status of this alert. 
 | 
| Constructor and Description | 
|---|
AlertFactory(String groupUid,
            AlertSeverity alertSeverity,
            AlertStatus alertStatus)
A factory for creating an  
Alert with the required fields. | 
| Modifier and Type | Method and Description | 
|---|---|
AlertStatus | 
AbstractAlert.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
AlertStatus | 
DefaultAlertManager.getAlertStatusByGroupId(String groupUid)  | 
AlertStatus | 
DefaultAlert.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultAlert.setStatus(AlertStatus status)  | 
Copyright © GigaSpaces.