Uses of Class
org.openspaces.admin.alert.AlertFactory
Packages that use AlertFactory
-
Uses of AlertFactory in org.openspaces.admin.alert
Methods in org.openspaces.admin.alert that return AlertFactoryModifier and TypeMethodDescriptionAlertFactory.componentDescription(String componentDescription) Component Description - the description of the component specified by thecomponentUid(String).AlertFactory.componentUid(String componentUid) Component UID - the unique identifier of the component associated with the alert.Set the configuration properties used to configure the alert bean.AlertFactory.description(String description) Description - a description of the alert.A group unique identifier representing the aggregation of alerts belonging to the same alert bean, for a specific component.Alert name - the name assigned to the alert.AlertFactory.properties(Map<String, String> properties) Set any runtime properties which can be correlated with the appearance of this alert.AlertFactory.putProperties(Map<String, String> properties) Set any runtime properties which can be correlated with the appearance of this alert.AlertFactory.putProperty(String key, String value) Set any runtime property which can be correlated with the appearance of this alert.AlertFactory.severity(AlertSeverity severity) Severity - the defined severity of the alert.AlertFactory.status(AlertStatus status) Status - the status of this alert.AlertFactory.timestamp(long timestamp) Timestamp - the date and time the alert occurred.