|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryCacheMonitorProviderCfg
A server-side interface for querying Entry Cache Monitor Provider settings.
The Entry Cache Monitor Provider exposes monitor information about the state of Directory Server entry caches.
Method Summary | |
---|---|
void |
addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Register to be notified when this Entry Cache Monitor Provider is changed. |
java.lang.Class<? extends EntryCacheMonitorProviderCfg> |
configurationClass()
Gets the configuration class associated with this Entry Cache Monitor Provider. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Deregister an existing Entry Cache Monitor Provider configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.MonitorProviderCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends EntryCacheMonitorProviderCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface MonitorProviderCfg
void addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
listener
- The Entry Cache Monitor Provider configuration change listener.void removeEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
listener
- The Entry Cache Monitor Provider configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation.
getJavaClass
in interface MonitorProviderCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |