public final class SizeLimitLogRotationPolicyCfgDefn extends ManagedObjectDefinition<SizeLimitLogRotationPolicyCfgClient,SizeLimitLogRotationPolicyCfg>
Rotation policy based on the size of the log file.
Modifier and Type | Method and Description |
---|---|
SizeLimitLogRotationPolicyCfgClient |
createClientConfiguration(ManagedObject<? extends SizeLimitLogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SizeLimitLogRotationPolicyCfg |
createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
SizePropertyDefinition |
getFileSizeLimitPropertyDefinition()
Get the "file-size-limit" property definition.
|
static SizeLimitLogRotationPolicyCfgDefn |
getInstance()
Get the Size Limit Log Rotation Policy configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<SizeLimitLogRotationPolicyCfg> |
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 SizeLimitLogRotationPolicyCfgDefn getInstance()
public SizeLimitLogRotationPolicyCfgClient createClientConfiguration(ManagedObject<? extends SizeLimitLogRotationPolicyCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SizeLimitLogRotationPolicyCfgClient,SizeLimitLogRotationPolicyCfg>
impl
- The managed object.public SizeLimitLogRotationPolicyCfg createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SizeLimitLogRotationPolicyCfgClient,SizeLimitLogRotationPolicyCfg>
impl
- The server managed object.public Class<SizeLimitLogRotationPolicyCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SizeLimitLogRotationPolicyCfgClient,SizeLimitLogRotationPolicyCfg>
public SizePropertyDefinition getFileSizeLimitPropertyDefinition()
Specifies the maximum size that a log file can reach before it is rotated.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Size Limit Log Rotation Policy implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.