org.objectweb.howl.log
Interface ConfigurationMBean

All Known Implementing Classes:
Configuration

public interface ConfigurationMBean

Author:
Michael Giroux

Method Summary
 java.lang.String getBufferClassName()
           
 int getBufferSize()
           
 int getFlushSleepTime()
           
 java.lang.String getLogFileDir()
           
 java.lang.String getLogFileExt()
           
 java.lang.String getLogFileMode()
           
 java.lang.String getLogFileName()
           
 int getMaxBlocksPerFile()
           
 int getMaxBuffers()
           
 int getMaxLogFiles()
           
 int getMinBuffers()
           
 int getThreadsWaitingForceThreshold()
           
 boolean isChecksumEnabled()
           
 

Method Detail

getLogFileDir

public java.lang.String getLogFileDir()
Returns:
Returns the logDir.

getLogFileExt

public java.lang.String getLogFileExt()
Returns:
Returns the logFileExt.

getLogFileName

public java.lang.String getLogFileName()
Returns:
Returns the logFileName.

isChecksumEnabled

public boolean isChecksumEnabled()
Returns:
Returns the checksumEnabled option.

getBufferSize

public int getBufferSize()
Returns:
Returns the bufferSize.

getBufferClassName

public java.lang.String getBufferClassName()
Returns:
Returns the bufferClassName.

getMaxBuffers

public int getMaxBuffers()
Returns:
Returns the maxBuffers.

getMinBuffers

public int getMinBuffers()
Returns:
Returns the minBuffers.

getFlushSleepTime

public int getFlushSleepTime()
Returns:
Returns the flushSleepTime.

getThreadsWaitingForceThreshold

public int getThreadsWaitingForceThreshold()
Returns:
Returns the threadsWaitingForceThreshold.

getMaxBlocksPerFile

public int getMaxBlocksPerFile()
Returns:
Returns the maxBlocksPerFile.

getMaxLogFiles

public int getMaxLogFiles()
Returns:
Returns the maxLogFiles.

getLogFileMode

public java.lang.String getLogFileMode()
Returns:
Returns the logFileMode.


Copyright © 2003-2007 HOWL Development Team. All Rights Reserved.