|
|||||||||
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<EntryCacheMonitorProviderCfgClient,EntryCacheMonitorProviderCfg>
org.opends.server.admin.std.meta.EntryCacheMonitorProviderCfgDefn
public final class EntryCacheMonitorProviderCfgDefn
An interface for querying the Entry Cache Monitor Provider managed object definition meta information.
The Entry Cache Monitor Provider exposes monitor information about the state of Directory Server entry caches.
Method Summary | |
---|---|
EntryCacheMonitorProviderCfgClient |
createClientConfiguration(ManagedObject<? extends EntryCacheMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed object. |
EntryCacheMonitorProviderCfg |
createServerConfiguration(ServerManagedObject<? extends EntryCacheMonitorProviderCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static EntryCacheMonitorProviderCfgDefn |
getInstance()
Get the Entry Cache Monitor Provider configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<EntryCacheMonitorProviderCfg> |
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 EntryCacheMonitorProviderCfgDefn getInstance()
public EntryCacheMonitorProviderCfgClient createClientConfiguration(ManagedObject<? extends EntryCacheMonitorProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<EntryCacheMonitorProviderCfgClient,EntryCacheMonitorProviderCfg>
impl
- The managed object.
public EntryCacheMonitorProviderCfg createServerConfiguration(ServerManagedObject<? extends EntryCacheMonitorProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<EntryCacheMonitorProviderCfgClient,EntryCacheMonitorProviderCfg>
impl
- The server managed object.
public java.lang.Class<EntryCacheMonitorProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<EntryCacheMonitorProviderCfgClient,EntryCacheMonitorProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Entry Cache Monitor Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |