|
|||||||||
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<FileCountLogRetentionPolicyCfgClient,FileCountLogRetentionPolicyCfg>
org.opends.server.admin.std.meta.FileCountLogRetentionPolicyCfgDefn
public final class FileCountLogRetentionPolicyCfgDefn
An interface for querying the File Count Log Retention Policy managed object definition meta information.
Retention policy based on the number of rotated log files on disk.
Method Summary | |
---|---|
FileCountLogRetentionPolicyCfgClient |
createClientConfiguration(ManagedObject<? extends FileCountLogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed object. |
FileCountLogRetentionPolicyCfg |
createServerConfiguration(ServerManagedObject<? extends FileCountLogRetentionPolicyCfg> impl)
Creates a server configuration view of the provided server managed object. |
static FileCountLogRetentionPolicyCfgDefn |
getInstance()
Get the File Count Log Retention Policy configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
IntegerPropertyDefinition |
getNumberOfFilesPropertyDefinition()
Get the "number-of-files" property definition. |
java.lang.Class<FileCountLogRetentionPolicyCfg> |
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 FileCountLogRetentionPolicyCfgDefn getInstance()
public FileCountLogRetentionPolicyCfgClient createClientConfiguration(ManagedObject<? extends FileCountLogRetentionPolicyCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<FileCountLogRetentionPolicyCfgClient,FileCountLogRetentionPolicyCfg>
impl
- The managed object.
public FileCountLogRetentionPolicyCfg createServerConfiguration(ServerManagedObject<? extends FileCountLogRetentionPolicyCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<FileCountLogRetentionPolicyCfgClient,FileCountLogRetentionPolicyCfg>
impl
- The server managed object.
public java.lang.Class<FileCountLogRetentionPolicyCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<FileCountLogRetentionPolicyCfgClient,FileCountLogRetentionPolicyCfg>
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the File Count Log Retention Policy implementation.
public IntegerPropertyDefinition getNumberOfFilesPropertyDefinition()
Specifies the number of archived log files to retain before the oldest ones are cleaned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |