public interface FixedTimeLogRotationPolicyCfg extends LogRotationPolicyCfg
Rotation policy based on a fixed time of day.
Modifier and Type | Method and Description |
---|---|
void |
addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Register to be notified when this Fixed Time Log Rotation Policy is changed.
|
Class<? extends FixedTimeLogRotationPolicyCfg> |
configurationClass()
Gets the configuration class associated with this Fixed Time Log Rotation Policy.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<String> |
getTimeOfDay()
Gets the "time-of-day" property.
|
void |
removeFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Deregister an existing Fixed Time Log Rotation Policy configuration change listener.
|
addChangeListener, removeChangeListener
dn, name
Class<? extends FixedTimeLogRotationPolicyCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface LogRotationPolicyCfg
void addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
listener
- The Fixed Time Log Rotation Policy configuration change listener.void removeFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
listener
- The Fixed Time Log Rotation Policy configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fixed Time Log Rotation Policy implementation.
getJavaClass
in interface LogRotationPolicyCfg
Copyright 2010-2020 ForgeRock AS.