public final class SizeLimitLogRetentionPolicyCfgDefn extends ManagedObjectDefinition<SizeLimitLogRetentionPolicyCfgClient,SizeLimitLogRetentionPolicyCfg>
Retention policy based on the amount of space taken by all the log files on disk.
Modifier and Type | Method and Description |
---|---|
SizeLimitLogRetentionPolicyCfgClient |
createClientConfiguration(ManagedObject<? extends SizeLimitLogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SizeLimitLogRetentionPolicyCfg |
createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRetentionPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
SizePropertyDefinition |
getDiskSpaceUsedPropertyDefinition()
Get the "disk-space-used" property definition.
|
static SizeLimitLogRetentionPolicyCfgDefn |
getInstance()
Get the Size Limit Log Retention Policy configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<SizeLimitLogRetentionPolicyCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static SizeLimitLogRetentionPolicyCfgDefn getInstance()
public SizeLimitLogRetentionPolicyCfgClient createClientConfiguration(ManagedObject<? extends SizeLimitLogRetentionPolicyCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SizeLimitLogRetentionPolicyCfgClient,SizeLimitLogRetentionPolicyCfg>
impl
- The managed object.public SizeLimitLogRetentionPolicyCfg createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRetentionPolicyCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SizeLimitLogRetentionPolicyCfgClient,SizeLimitLogRetentionPolicyCfg>
impl
- The server managed object.public Class<SizeLimitLogRetentionPolicyCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SizeLimitLogRetentionPolicyCfgClient,SizeLimitLogRetentionPolicyCfg>
public SizePropertyDefinition getDiskSpaceUsedPropertyDefinition()
Specifies the maximum total disk space used by the log files.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Size Limit Log Retention Policy implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.