|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FixedTimeLogRotationPolicyCfgClient
A client-side interface for reading and modifying Fixed Time Log Rotation Policy settings.
Rotation policy based on a fixed time of day.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> |
definition()
Get the configuration definition 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 |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setTimeOfDay(java.util.Collection<java.lang.String> values)
Sets the "time-of-day" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends FixedTimeLogRotationPolicyCfgClient,? extends FixedTimeLogRotationPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRotationPolicyCfgClient
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 LogRotationPolicyCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Fixed Time Log Rotation Policy implementation.
setJavaClass
in interface LogRotationPolicyCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<java.lang.String> getTimeOfDay()
Specifies the time of day at which log rotation should occur.
void setTimeOfDay(java.util.Collection<java.lang.String> values) throws IllegalPropertyValueException
Specifies the time of day at which log rotation should occur.
values
- The values of the "time-of-day" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |