org.objectweb.howl.log
Interface ConfigurationMBean
- All Known Implementing Classes:
- Configuration
- public interface ConfigurationMBean
- Author:
- Michael Giroux
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-2006 HOWL Development Team. All Rights Reserved.