|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<ClientConnectionMonitorProviderCfgClient,ClientConnectionMonitorProviderCfg>
org.opends.server.admin.std.meta.ClientConnectionMonitorProviderCfgDefn
public final class ClientConnectionMonitorProviderCfgDefn
An interface for querying the Client Connection Monitor Provider managed object definition meta information.
The Client Connection Monitor Provider exposes monitor information about the set of client connections that are established to the Directory Server.
Method Summary | |
---|---|
ClientConnectionMonitorProviderCfgClient |
createClientConfiguration(ManagedObject<? extends ClientConnectionMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed object. |
ClientConnectionMonitorProviderCfg |
createServerConfiguration(ServerManagedObject<? extends ClientConnectionMonitorProviderCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static ClientConnectionMonitorProviderCfgDefn |
getInstance()
Get the Client Connection Monitor Provider configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<ClientConnectionMonitorProviderCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ClientConnectionMonitorProviderCfgDefn getInstance()
public ClientConnectionMonitorProviderCfgClient createClientConfiguration(ManagedObject<? extends ClientConnectionMonitorProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ClientConnectionMonitorProviderCfgClient,ClientConnectionMonitorProviderCfg>
impl
- The managed object.
public ClientConnectionMonitorProviderCfg createServerConfiguration(ServerManagedObject<? extends ClientConnectionMonitorProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ClientConnectionMonitorProviderCfgClient,ClientConnectionMonitorProviderCfg>
impl
- The server managed object.
public java.lang.Class<ClientConnectionMonitorProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ClientConnectionMonitorProviderCfgClient,ClientConnectionMonitorProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Client Connection Monitor Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |