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, removeLocalChangeListeneraddChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListenerdn, nameClass<? extends MonitorBackendCfg> configurationClass()
configurationClass in interface BackendCfgconfigurationClass in interface ConfigurationconfigurationClass in interface LocalBackendCfgvoid 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 BackendCfggetJavaClass in interface LocalBackendCfgLocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode in interface LocalBackendCfgCopyright © 2017-2020 Wren Security. All Rights Reserved.