org.opends.server.admin.std.server
Interface EntryCacheMonitorProviderCfg

All Superinterfaces:
Configuration, MonitorProviderCfg

public interface EntryCacheMonitorProviderCfg
extends MonitorProviderCfg

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

configurationClass

java.lang.Class<? extends EntryCacheMonitorProviderCfg> configurationClass()
Gets the configuration class associated with this Entry Cache Monitor Provider.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface MonitorProviderCfg
Returns:
Returns the configuration class associated with this Entry Cache Monitor Provider.

addEntryCacheChangeListener

void addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Register to be notified when this Entry Cache Monitor Provider is changed.

Parameters:
listener - The Entry Cache Monitor Provider configuration change listener.

removeEntryCacheChangeListener

void removeEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Deregister an existing Entry Cache Monitor Provider configuration change listener.

Parameters:
listener - The Entry Cache Monitor Provider configuration change listener.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation.

Specified by:
getJavaClass in interface MonitorProviderCfg
Returns:
Returns the value of the "java-class" property.