|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientConnectionMonitorProviderCfg
A server-side interface for querying Client Connection Monitor Provider settings.
The Client Connection Monitor Provider exposes monitor information about the set of client connections that are established to the Directory Server.
| Method Summary | |
|---|---|
void |
addClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
Register to be notified when this Client Connection Monitor Provider is changed. |
java.lang.Class<? extends ClientConnectionMonitorProviderCfg> |
configurationClass()
Gets the configuration class associated with this Client Connection Monitor Provider. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
Deregister an existing Client Connection 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 ClientConnectionMonitorProviderCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface MonitorProviderCfgvoid addClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
listener - The Client Connection Monitor Provider configuration change listener.void removeClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
listener - The Client Connection Monitor Provider configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation.
getJavaClass in interface MonitorProviderCfg
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||