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 isAdler32ChecksumEnabled()
           
 boolean isChecksumEnabled()
           
 

Method Detail

getLogFileDir

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

getLogFileExt

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

getLogFileName

java.lang.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

java.lang.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

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


Copyright © 2012 ObjectWeb HOWL. All Rights Reserved.