|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimeLimitLogRotationPolicyCfgClient
A client-side interface for reading and modifying Time Limit Log Rotation Policy settings.
Rotation policy based on the time since last rotation.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> |
definition()
Get the configuration definition associated with this Time Limit Log Rotation Policy. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Long |
getRotationInterval()
Gets the "rotation-interval" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setRotationInterval(long value)
Sets the "rotation-interval" property. |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends TimeLimitLogRotationPolicyCfgClient,? extends TimeLimitLogRotationPolicyCfg> definition()
definition in interface ConfigurationClientdefinition in interface LogRotationPolicyCfgClientjava.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Time Limit 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 Time Limit Log Rotation Policy implementation.
setJavaClass in interface LogRotationPolicyCfgClientvalue - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.java.lang.Long getRotationInterval()
Specifies the time interval between rotations.
void setRotationInterval(long value)
throws IllegalPropertyValueException
Specifies the time interval between rotations.
value - The value of the "rotation-interval" property.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||