|
|||||||||
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<SystemInfoMonitorProviderCfgClient,SystemInfoMonitorProviderCfg>
org.opends.server.admin.std.meta.SystemInfoMonitorProviderCfgDefn
public final class SystemInfoMonitorProviderCfgDefn
An interface for querying the System Info Monitor Provider managed object definition meta information.
The System Info Monitor Provider can be used to publish information about the system and virtual machine on which the Directory Server is running.
Method Summary | |
---|---|
SystemInfoMonitorProviderCfgClient |
createClientConfiguration(ManagedObject<? extends SystemInfoMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed object. |
SystemInfoMonitorProviderCfg |
createServerConfiguration(ServerManagedObject<? extends SystemInfoMonitorProviderCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static SystemInfoMonitorProviderCfgDefn |
getInstance()
Get the System Info Monitor Provider configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<SystemInfoMonitorProviderCfg> |
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 SystemInfoMonitorProviderCfgDefn getInstance()
public SystemInfoMonitorProviderCfgClient createClientConfiguration(ManagedObject<? extends SystemInfoMonitorProviderCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SystemInfoMonitorProviderCfgClient,SystemInfoMonitorProviderCfg>
impl
- The managed object.
public SystemInfoMonitorProviderCfg createServerConfiguration(ServerManagedObject<? extends SystemInfoMonitorProviderCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SystemInfoMonitorProviderCfgClient,SystemInfoMonitorProviderCfg>
impl
- The server managed object.
public java.lang.Class<SystemInfoMonitorProviderCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SystemInfoMonitorProviderCfgClient,SystemInfoMonitorProviderCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the System Info Monitor Provider is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the System Info Monitor Provider implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |