public interface MonitorProviderCfg extends Configuration
Monitor Providers can be used to provide information about the state of the server or one of its components.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
Register to be notified when this Monitor Provider is changed.
|
Class<? extends MonitorProviderCfg> |
configurationClass()
Gets the configuration class associated with this Monitor Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
Deregister an existing Monitor Provider configuration change listener.
|
dn, name
Class<? extends MonitorProviderCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
listener
- The Monitor Provider configuration change listener.void removeChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
listener
- The Monitor Provider configuration change listener.boolean isEnabled()
Indicates whether the Monitor Provider is enabled for use.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Monitor Provider implementation.
Copyright 2010-2020 ForgeRock AS.