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
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-2017 ForgeRock AS.