public interface JmxAlertHandlerCfg extends AlertHandlerCfg
The JMX Alert Handler is used to generate JMX notifications to alert administrators of significant events that occur within the server.
Modifier and Type | Method and Description |
---|---|
void |
addJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
Register to be notified when this JMX Alert Handler is changed.
|
Class<? extends JmxAlertHandlerCfg> |
configurationClass()
Gets the configuration class associated with this JMX Alert Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
Deregister an existing JMX Alert Handler configuration change listener.
|
addChangeListener, getDisabledAlertType, getEnabledAlertType, isEnabled, removeChangeListener
dn, name
Class<? extends JmxAlertHandlerCfg> configurationClass()
configurationClass
in interface AlertHandlerCfg
configurationClass
in interface Configuration
void addJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
listener
- The JMX Alert Handler configuration change listener.void removeJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
listener
- The JMX Alert Handler configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JMX Alert Handler implementation.
getJavaClass
in interface AlertHandlerCfg
Copyright 2010-2020 ForgeRock AS.