public interface FixedTimeLogRotationPolicyCfgClient extends LogRotationPolicyCfgClient
Rotation policy based on a fixed time of day.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> |
definition()
Get the configuration definition associated with this Fixed Time Log Rotation Policy.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<ValueOrExpression<String>> |
getTimeOfDay()
Gets the "time-of-day" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setTimeOfDay(Collection<ValueOrExpression<String>> values)
Sets the "time-of-day" property.
|
commit, properties
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRotationPolicyCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fixed Time 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 Fixed Time Log Rotation Policy implementation.
setJavaClass
in interface LogRotationPolicyCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<String>> getTimeOfDay()
Specifies the time of day at which log rotation should occur.
void setTimeOfDay(Collection<ValueOrExpression<String>> values) throws PropertyException
Specifies the time of day at which log rotation should occur.
values
- The values of the "time-of-day" property.PropertyException
- If one or more of the new values are invalid.Copyright 2010-2018 ForgeRock AS.