|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogRotationPolicyCfg
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 | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Register to be notified when this Log Rotation Policy is changed. |
java.lang.Class<? extends LogRotationPolicyCfg> |
configurationClass()
Gets the configuration class associated with this Log Rotation Policy. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Deregister an existing Log Rotation Policy configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Log Rotation Policy implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |