public interface TimeLimitLogRotationPolicyCfgClient extends LogRotationPolicyCfgClient
Rotation policy based on the time since last rotation.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> |
definition()
Get the configuration definition associated with this Time Limit Log Rotation Policy.
|
String |
getJavaClass()
Gets the "java-class" property.
|
Long |
getRotationInterval()
Gets the "rotation-interval" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setRotationInterval(long value)
Sets the "rotation-interval" property.
|
commit, properties
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRotationPolicyCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Time Limit Log Rotation Policy implementation.
getJavaClass
in interface LogRotationPolicyCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Time Limit Log Rotation Policy implementation.
setJavaClass
in interface LogRotationPolicyCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Long getRotationInterval()
Specifies the time interval between rotations.
void setRotationInterval(long value) throws PropertyException
Specifies the time interval between rotations.
value
- The value of the "rotation-interval" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.