public interface MonitorBackendCfg extends LocalBackendCfg
The Monitor Backend allows clients to access the information made available by directory server monitor providers.
Modifier and Type | Method and Description |
---|---|
void |
addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Register to be notified when this Monitor Backend is changed.
|
Class<? extends MonitorBackendCfg> |
configurationClass()
Gets the configuration class associated with this Monitor Backend.
|
String |
getJavaClass()
Gets the "java-class" property.
|
LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Deregister an existing Monitor Backend configuration change listener.
|
addLocalChangeListener, removeLocalChangeListener
addChangeListener, getBackendId, isEnabled, removeChangeListener
dn, name
Class<? extends MonitorBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
configurationClass
in interface LocalBackendCfg
void addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
listener
- The Monitor Backend configuration change listener.void removeMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
listener
- The Monitor Backend configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass
in interface BackendCfg
LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface LocalBackendCfg
Copyright 2010-2018 ForgeRock AS.