org.objectweb.howl.log
Interface ConfigurationMBean

All Known Implementing Classes:
Configuration

public interface ConfigurationMBean

Author:
Michael Giroux

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

Method Detail

getLogFileDir

String getLogFileDir()
Returns:
Returns the logDir.

getLogFileExt

String getLogFileExt()
Returns:
Returns the logFileExt.

getLogFileName

String getLogFileName()
Returns:
Returns the logFileName.

isAdler32ChecksumEnabled

boolean isAdler32ChecksumEnabled()
Returns:
the adler32Checksum option.

isChecksumEnabled

boolean isChecksumEnabled()
Returns:
Returns the checksumEnabled option.

getBufferSize

int getBufferSize()
Returns:
Returns the bufferSize.

getBufferClassName

String getBufferClassName()
Returns:
Returns the bufferClassName.

getMaxBuffers

int getMaxBuffers()
Returns:
Returns the maxBuffers.

getMinBuffers

int getMinBuffers()
Returns:
Returns the minBuffers.

getFlushSleepTime

int getFlushSleepTime()
Returns:
Returns the flushSleepTime.

getThreadsWaitingForceThreshold

int getThreadsWaitingForceThreshold()
Returns:
Returns the threadsWaitingForceThreshold.

getMaxBlocksPerFile

int getMaxBlocksPerFile()
Returns:
Returns the maxBlocksPerFile.

getMaxLogFiles

int getMaxLogFiles()
Returns:
Returns the maxLogFiles.

getLogFileMode

String getLogFileMode()
Returns:
Returns the logFileMode.


Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.