public interface MonitorBackendCfg extends BackendCfg
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.
|
BackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Deregister an existing Monitor Backend configuration change listener.
|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener
dn
Class<? extends MonitorBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
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
BackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface BackendCfg
Copyright 2010-2017 ForgeRock AS.