|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorBackendCfg
A server-side interface for querying Monitor Backend settings.
The Monitor Backend allows clients to access the information made available by Directory Server monitor providers.
Method Summary | |
---|---|
void |
addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Register to be notified when this Monitor Backend is changed. |
java.lang.Class<? extends MonitorBackendCfg> |
configurationClass()
Gets the configuration class associated with this Monitor Backend. |
java.lang.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. |
Methods inherited from interface org.opends.server.admin.std.server.BackendCfg |
---|
addChangeListener, getBackendId, getBaseDN, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.java.lang.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |