org.opends.server.admin.std.server
Interface SizeLimitLogRotationPolicyCfg

All Superinterfaces:
Configuration, LogRotationPolicyCfg

public interface SizeLimitLogRotationPolicyCfg
extends LogRotationPolicyCfg

A server-side interface for querying Size Limit Log Rotation Policy settings.

Rotation policy based on the size of the log file.


Method Summary
 void addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
          Register to be notified when this Size Limit Log Rotation Policy is changed.
 java.lang.Class<? extends SizeLimitLogRotationPolicyCfg> configurationClass()
          Gets the configuration class associated with this Size Limit Log Rotation Policy.
 long getFileSizeLimit()
          Gets the "file-size-limit" property.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
          Deregister an existing Size Limit 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

configurationClass

java.lang.Class<? extends SizeLimitLogRotationPolicyCfg> configurationClass()
Gets the configuration class associated with this Size Limit Log Rotation Policy.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface LogRotationPolicyCfg
Returns:
Returns the configuration class associated with this Size Limit Log Rotation Policy.

addSizeLimitChangeListener

void addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Register to be notified when this Size Limit Log Rotation Policy is changed.

Parameters:
listener - The Size Limit Log Rotation Policy configuration change listener.

removeSizeLimitChangeListener

void removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Deregister an existing Size Limit Log Rotation Policy configuration change listener.

Parameters:
listener - The Size Limit Log Rotation Policy configuration change listener.

getFileSizeLimit

long getFileSizeLimit()
Gets the "file-size-limit" property.

Specifies the maximum size that a log file can reach before it is rotated.

Returns:
Returns the value of the "file-size-limit" property.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Size Limit Log Rotation Policy implementation.

Specified by:
getJavaClass in interface LogRotationPolicyCfg
Returns:
Returns the value of the "java-class" property.