public interface EntryCacheMonitorProviderCfg extends MonitorProviderCfg
The Entry Cache Monitor Provider exposes monitor information about the state of OpenDJ directory server entry caches.
Modifier and Type | Method and Description |
---|---|
void |
addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Register to be notified when this Entry Cache Monitor Provider is changed.
|
Class<? extends EntryCacheMonitorProviderCfg> |
configurationClass()
Gets the configuration class associated with this Entry Cache Monitor Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Deregister an existing Entry Cache Monitor Provider configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
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.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation.
getJavaClass
in interface MonitorProviderCfg
Copyright 2010-2017 ForgeRock AS.