org.objectweb.howl.log

Interface ConfigurationMBean

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

Method Details

getBufferClassName

public String getBufferClassName()

Returns:
Returns the bufferClassName.


getBufferSize

public int getBufferSize()

Returns:
Returns the bufferSize.


getFlushSleepTime

public int getFlushSleepTime()

Returns:
Returns the flushSleepTime.


getLogFileDir

public String getLogFileDir()

Returns:
Returns the logDir.


getLogFileExt

public String getLogFileExt()

Returns:
Returns the logFileExt.


getLogFileMode

public String getLogFileMode()

Returns:
Returns the logFileMode.


getLogFileName

public String getLogFileName()

Returns:
Returns the logFileName.


getMaxBlocksPerFile

public int getMaxBlocksPerFile()

Returns:
Returns the maxBlocksPerFile.


getMaxBuffers

public int getMaxBuffers()

Returns:
Returns the maxBuffers.


getMaxLogFiles

public int getMaxLogFiles()

Returns:
Returns the maxLogFiles.


getMinBuffers

public int getMinBuffers()

Returns:
Returns the minBuffers.


getThreadsWaitingForceThreshold

public int getThreadsWaitingForceThreshold()

Returns:
Returns the threadsWaitingForceThreshold.


isChecksumEnabled

public boolean isChecksumEnabled()

Returns:
Returns the checksumEnabled option.