public interface LogRotationPolicyCfg extends Configuration
Log Rotation Policies are used to specify when log files should be rotated.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Register to be notified when this Log Rotation Policy is changed.
|
Class<? extends LogRotationPolicyCfg> |
configurationClass()
Gets the configuration class associated with this Log Rotation Policy.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Deregister an existing Log Rotation Policy configuration change listener.
|
dn
Class<? extends LogRotationPolicyCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
listener
- The Log Rotation Policy configuration change listener.void removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
listener
- The Log Rotation Policy configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Log Rotation Policy implementation.
Copyright 2010-2017 ForgeRock AS.