org.objectweb.howl.log
Interface ConfigurationMBean
public interface ConfigurationMBean
- Michael Giroux
getBufferClassName
public String getBufferClassName()
- Returns the bufferClassName.
getBufferSize
public int getBufferSize()
- Returns the bufferSize.
getFlushSleepTime
public int getFlushSleepTime()
- Returns the flushSleepTime.
getLogFileDir
public String getLogFileDir()
- Returns the logDir.
getLogFileExt
public String getLogFileExt()
- Returns the logFileExt.
getLogFileMode
public String getLogFileMode()
- Returns the logFileMode.
getLogFileName
public String getLogFileName()
- Returns the logFileName.
getMaxBlocksPerFile
public int getMaxBlocksPerFile()
- Returns the maxBlocksPerFile.
getMaxBuffers
public int getMaxBuffers()
- Returns the maxBuffers.
getMaxLogFiles
public int getMaxLogFiles()
- Returns the maxLogFiles.
getMinBuffers
public int getMinBuffers()
- Returns the minBuffers.
getThreadsWaitingForceThreshold
public int getThreadsWaitingForceThreshold()
- Returns the threadsWaitingForceThreshold.
isChecksumEnabled
public boolean isChecksumEnabled()
- Returns the checksumEnabled option.