Package | Description |
---|---|
org.openspaces.admin.alert |
Support for managing Alerts through the Admin API.
|
org.openspaces.admin.internal.alert |
Modifier and Type | Method and Description |
---|---|
void |
AlertManager.configure(AlertConfiguration... configurations)
Define an alert configuration for a 'bulk' of configurations.
|
void |
AlertManager.disableAlert(Class<? extends AlertConfiguration> clazz)
Disables a previously enabled alert.
|
void |
AlertManager.enableAlert(Class<? extends AlertConfiguration> clazz)
Enable a previously set alert configuration.
|
<T extends AlertConfiguration> |
AlertManager.getConfig(Class<T> clazz)
Get the currently set alert configuration.
|
boolean |
AlertManager.removeConfig(Class<? extends AlertConfiguration> clazz)
Removes a previously set alert configuration.
|
void |
AlertManager.setConfig(AlertConfiguration config)
Defines an alert configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlertManager.configure(AlertConfiguration... configurations) |
void |
DefaultAlertManager.disableAlert(Class<? extends AlertConfiguration> clazz) |
void |
DefaultAlertManager.enableAlert(Class<? extends AlertConfiguration> clazz) |
<T extends AlertConfiguration> |
DefaultAlertManager.getConfig(Class<T> clazz) |
boolean |
DefaultAlertManager.removeConfig(Class<? extends AlertConfiguration> clazz) |
void |
DefaultAlertManager.setConfig(AlertConfiguration config) |
Copyright © GigaSpaces.