org.opends.server.admin.std.server
Interface VersionMonitorProviderCfg

All Superinterfaces:
Configuration, MonitorProviderCfg

public interface VersionMonitorProviderCfg
extends MonitorProviderCfg

A server-side interface for querying Version Monitor Provider settings.

The Version Monitor Provider can be used to publish Directory Server version information.


Method Summary
 void addVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
          Register to be notified when this Version Monitor Provider is changed.
 java.lang.Class<? extends VersionMonitorProviderCfg> configurationClass()
          Gets the configuration class associated with this Version Monitor Provider.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
          Deregister an existing Version 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 VersionMonitorProviderCfg> configurationClass()
Gets the configuration class associated with this Version Monitor Provider.

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

addVersionChangeListener

void addVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
Register to be notified when this Version Monitor Provider is changed.

Parameters:
listener - The Version Monitor Provider configuration change listener.

removeVersionChangeListener

void removeVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
Deregister an existing Version Monitor Provider configuration change listener.

Parameters:
listener - The Version 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 Version Monitor Provider implementation.

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