public interface JmxAlertHandlerCfgClient extends AlertHandlerCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends JmxAlertHandlerCfgClient,? extends JmxAlertHandlerCfg> |
definition()
Get the configuration definition associated with this JMX Alert Handler.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
getDisabledAlertType, getEnabledAlertType, isEnabled, setDisabledAlertType, setEnabled, setEnabledAlertType
commit, properties
ManagedObjectDefinition<? extends JmxAlertHandlerCfgClient,? extends JmxAlertHandlerCfg> definition()
definition
in interface AlertHandlerCfgClient
definition
in interface ConfigurationClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JMX Alert Handler implementation.
getJavaClass
in interface AlertHandlerCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the JMX Alert Handler implementation.
setJavaClass
in interface AlertHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.