|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMXAlertHandlerCfgClient
A client-side interface for reading and modifying JMX Alert Handler settings.
The JMX Alert Handler is used to generate JMX notifications to alert administrators of significant events that occur within the server.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends JMXAlertHandlerCfgClient,? extends JMXAlertHandlerCfg> |
definition()
Get the configuration definition associated with this JMX Alert Handler. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
Methods inherited from interface org.opends.server.admin.std.client.AlertHandlerCfgClient |
---|
getDisabledAlertType, getEnabledAlertType, isEnabled, setDisabledAlertType, setEnabled, setEnabledAlertType |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends JMXAlertHandlerCfgClient,? extends JMXAlertHandlerCfg> definition()
definition
in interface AlertHandlerCfgClient
definition
in interface ConfigurationClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the JMX Alert Handler implementation.
getJavaClass
in interface AlertHandlerCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
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.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |