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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<Long> |
getRotationInterval()
Gets the "rotation-interval" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setRotationInterval(ValueOrExpression<Long> value)
Sets the "rotation-interval" property.
|
commit, properties
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRotationPolicyCfgClient
ValueOrExpression<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(ValueOrExpression<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.ValueOrExpression<Long> getRotationInterval()
Specifies the time interval between rotations.
void setRotationInterval(ValueOrExpression<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-2018 ForgeRock AS.