Interface LogRotationPolicyCfg
- All Superinterfaces:
Configuration
- All Known Subinterfaces:
FixedTimeLogRotationPolicyCfg,SizeLimitLogRotationPolicyCfg,TimeLimitLogRotationPolicyCfg
A server-side interface for querying Log Rotation Policy settings.
Log Rotation Policies are used to specify when log files should be rotated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister to be notified when this Log Rotation Policy is changed.Class<? extends LogRotationPolicyCfg>Gets the configuration class associated with this Log Rotation Policy.Gets the "java-class" property.voidDeregister an existing Log Rotation Policy configuration change listener.Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, name
-
Method Details
-
configurationClass
Class<? extends LogRotationPolicyCfg> configurationClass()Gets the configuration class associated with this Log Rotation Policy.- Specified by:
configurationClassin interfaceConfiguration- Returns:
- Returns the configuration class associated with this Log Rotation Policy.
-
addChangeListener
Register to be notified when this Log Rotation Policy is changed.- Parameters:
listener- The Log Rotation Policy configuration change listener.
-
removeChangeListener
Deregister an existing Log Rotation Policy configuration change listener.- Parameters:
listener- The Log Rotation Policy configuration change listener.
-
getJavaClass
String getJavaClass()Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Log Rotation Policy implementation.
- Returns:
- Returns the value of the "java-class" property.
-