Uses of Class
org.openspaces.admin.alert.AlertConfigurationException
Packages that use AlertConfigurationException
Package
Description
Support for managing Alerts through the Admin API.
-
Uses of AlertConfigurationException in org.openspaces.admin.alert
Methods in org.openspaces.admin.alert that throw AlertConfigurationExceptionModifier and TypeMethodDescriptionvoidAlertManager.configure(AlertConfiguration... configurations) Define an alert configuration for a 'bulk' of configurations.voidAlertManager.disableAlert(Class<? extends AlertConfiguration> clazz) Disables a previously enabled alert.voidAlertManager.enableAlert(Class<? extends AlertConfiguration> clazz) Enable a previously set alert configuration.<T extends AlertConfiguration>
TGet the currently set alert configuration.booleanAlertManager.removeConfig(Class<? extends AlertConfiguration> clazz) Removes a previously set alert configuration.voidAlertManager.setConfig(AlertConfiguration config) Defines an alert configuration. -
Uses of AlertConfigurationException in org.openspaces.admin.internal.alert
Methods in org.openspaces.admin.internal.alert that throw AlertConfigurationExceptionModifier and TypeMethodDescriptionvoidDefaultAlertManager.configure(AlertConfiguration... configurations) voidDefaultAlertManager.disableAlert(Class<? extends AlertConfiguration> clazz) voidDefaultAlertManager.enableAlert(Class<? extends AlertConfiguration> clazz) <T extends AlertConfiguration>
TbooleanDefaultAlertManager.removeConfig(Class<? extends AlertConfiguration> clazz) voidDefaultAlertManager.setConfig(AlertConfiguration config)