|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FixedTimeLogRotationPolicyCfg
A server-side interface for querying Fixed Time Log Rotation Policy settings.
Rotation policy based on a fixed time of day.
Method Summary | |
---|---|
void |
addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Register to be notified when this Fixed Time Log Rotation Policy is changed. |
java.lang.Class<? extends FixedTimeLogRotationPolicyCfg> |
configurationClass()
Gets the configuration class associated with this Fixed Time Log Rotation Policy. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<java.lang.String> |
getTimeOfDay()
Gets the "time-of-day" property. |
void |
removeFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Deregister an existing Fixed Time Log Rotation Policy configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.LogRotationPolicyCfg |
---|
addChangeListener, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.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.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fixed Time Log Rotation Policy implementation.
getJavaClass
in interface LogRotationPolicyCfg
java.util.SortedSet<java.lang.String> getTimeOfDay()
Specifies the time of day at which log rotation should occur.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |