Uses of Class
org.openspaces.admin.alert.AlertStatus
Packages that use AlertStatus
Package
Description
Support for managing Alerts through the Admin API.
-
Uses of AlertStatus in org.openspaces.admin.alert
Fields in org.openspaces.admin.alert declared as AlertStatusModifier and TypeFieldDescriptionstatic final AlertStatusAlertStatus.ESCALATEDESCALATED is an alert status indicating that a raised alert has been escalated.static final AlertStatusAlertStatus.NANA is an alert status indicating that a component for which an alert has been raised is no longer available.static final AlertStatusAlertStatus.RAISEDRAISED is an alert status indicating an alert has been raised.static final AlertStatusAlertStatus.RESOLVEDRESOLVED is an alert status indicating that a raised alert has been resolved.static final AlertStatusAlertStatus.SUPPRESSEDSUPPRESSED is an alert status indicating that a raised alert has been suppressed.Methods in org.openspaces.admin.alert that return AlertStatusModifier and TypeMethodDescriptionAlertManager.getAlertStatusByGroupId(String groupUid) Alert.getStatus()static AlertStatusAlertStatus.parse(int value) Returns an AlertStatus by it's value (seegetValue()).static AlertStatusReturns an AlertStatus by it's value (seegetName()).Methods in org.openspaces.admin.alert with parameters of type AlertStatusModifier and TypeMethodDescriptionAlertFactory.status(AlertStatus status) Status - the status of this alert.Constructors in org.openspaces.admin.alert with parameters of type AlertStatusModifierConstructorDescriptionAlertFactory(String groupUid, AlertSeverity alertSeverity, AlertStatus alertStatus) A factory for creating anAlertwith the required fields. -
Uses of AlertStatus in org.openspaces.admin.alert.alerts
Methods in org.openspaces.admin.alert.alerts that return AlertStatus -
Uses of AlertStatus in org.openspaces.admin.internal.alert
Methods in org.openspaces.admin.internal.alert that return AlertStatusModifier and TypeMethodDescriptionDefaultAlertManager.getAlertStatusByGroupId(String groupUid) DefaultAlert.getStatus()Methods in org.openspaces.admin.internal.alert with parameters of type AlertStatus