org.jencks.factory
Class HowlLogFactoryBean
java.lang.Object
org.jencks.factory.HowlLogFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean
public class HowlLogFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.DisposableBean
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HowlLogFactoryBean
public HowlLogFactoryBean()
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy
in interface org.springframework.beans.factory.DisposableBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
getBufferClassName
public java.lang.String getBufferClassName()
setBufferClassName
public void setBufferClassName(java.lang.String bufferClassName)
getBufferSizeKBytes
public int getBufferSizeKBytes()
setBufferSizeKBytes
public void setBufferSizeKBytes(int bufferSizeKBytes)
isChecksumEnabled
public boolean isChecksumEnabled()
setChecksumEnabled
public void setChecksumEnabled(boolean checksumEnabled)
isAdler32Checksum
public boolean isAdler32Checksum()
setAdler32Checksum
public void setAdler32Checksum(boolean adler32Checksum)
getFlushSleepTimeMilliseconds
public int getFlushSleepTimeMilliseconds()
setFlushSleepTimeMilliseconds
public void setFlushSleepTimeMilliseconds(int flushSleepTimeMilliseconds)
getLogFileDir
public java.lang.String getLogFileDir()
setLogFileDir
public void setLogFileDir(java.lang.String logFileDir)
getLogFileExt
public java.lang.String getLogFileExt()
setLogFileExt
public void setLogFileExt(java.lang.String logFileExt)
getLogFileName
public java.lang.String getLogFileName()
setLogFileName
public void setLogFileName(java.lang.String logFileName)
getMaxBlocksPerFile
public int getMaxBlocksPerFile()
setMaxBlocksPerFile
public void setMaxBlocksPerFile(int maxBlocksPerFile)
getMaxBuffers
public int getMaxBuffers()
setMaxBuffers
public void setMaxBuffers(int maxBuffers)
getMaxLogFiles
public int getMaxLogFiles()
setMaxLogFiles
public void setMaxLogFiles(int maxLogFiles)
getMinBuffers
public int getMinBuffers()
setMinBuffers
public void setMinBuffers(int minBuffers)
getThreadsWaitingForceThreshold
public int getThreadsWaitingForceThreshold()
setThreadsWaitingForceThreshold
public void setThreadsWaitingForceThreshold(int threadsWaitingForceThreshold)
getXidFactory
public org.apache.geronimo.transaction.manager.XidFactory getXidFactory()
setXidFactory
public void setXidFactory(org.apache.geronimo.transaction.manager.XidFactory xidFactory)
getServerBaseDir
public java.io.File getServerBaseDir()
setServerBaseDir
public void setServerBaseDir(java.io.File serverBaseDir)
Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.