public interface ClientConnectionMonitorProviderCfgClient extends MonitorProviderCfgClient
The Client Connection Monitor Provider exposes monitor information about the set of client connections that are established to the OpenDJ directory server.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ClientConnectionMonitorProviderCfgClient,? extends ClientConnectionMonitorProviderCfg> |
definition()
Get the configuration definition associated with this Client Connection Monitor Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends ClientConnectionMonitorProviderCfgClient,? extends ClientConnectionMonitorProviderCfg> definition()
definition
in interface ConfigurationClient
definition
in interface MonitorProviderCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation.
getJavaClass
in interface MonitorProviderCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation.
setJavaClass
in interface MonitorProviderCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.