|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertSeverity | |
---|---|
org.openspaces.admin.alert | Support for managing Alerts through the Admin API. |
org.openspaces.admin.alert.alerts |
Uses of AlertSeverity in org.openspaces.admin.alert |
---|
Fields in org.openspaces.admin.alert declared as AlertSeverity | |
---|---|
static AlertSeverity |
AlertSeverity.INFO
INFO is an alert severity indicating an informational alert. |
static AlertSeverity |
AlertSeverity.SEVERE
SEVERE is an alert severity indicating a serious failure/situation. |
static AlertSeverity |
AlertSeverity.WARNING
WARNING is an alert severity indicating a potential problem. |
Methods in org.openspaces.admin.alert that return AlertSeverity | |
---|---|
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() ). |
Methods in org.openspaces.admin.alert with parameters of type AlertSeverity | |
---|---|
AlertFactory |
AlertFactory.severity(AlertSeverity severity)
Severity - the defined severity of the alert. |
Uses of AlertSeverity in org.openspaces.admin.alert.alerts |
---|
Methods in org.openspaces.admin.alert.alerts that return AlertSeverity | |
---|---|
AlertSeverity |
AbstractAlert.getSeverity()
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |