org.jencks.factory
Class HowlLogFactoryBean

java.lang.Object
  extended by 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$

Constructor Summary
HowlLogFactoryBean()
           
 
Method Summary
 void destroy()
           
 java.lang.String getBufferClassName()
           
 int getBufferSizeKBytes()
           
 int getFlushSleepTimeMilliseconds()
           
 java.lang.String getLogFileDir()
           
 java.lang.String getLogFileExt()
           
 java.lang.String getLogFileName()
           
 int getMaxBlocksPerFile()
           
 int getMaxBuffers()
           
 int getMaxLogFiles()
           
 int getMinBuffers()
           
 java.lang.Object getObject()
           
 java.lang.Class<?> getObjectType()
           
 java.io.File getServerBaseDir()
           
 int getThreadsWaitingForceThreshold()
           
 org.apache.geronimo.transaction.manager.XidFactory getXidFactory()
           
 boolean isAdler32Checksum()
           
 boolean isChecksumEnabled()
           
 boolean isSingleton()
           
 void setAdler32Checksum(boolean adler32Checksum)
           
 void setBufferClassName(java.lang.String bufferClassName)
           
 void setBufferSizeKBytes(int bufferSizeKBytes)
           
 void setChecksumEnabled(boolean checksumEnabled)
           
 void setFlushSleepTimeMilliseconds(int flushSleepTimeMilliseconds)
           
 void setLogFileDir(java.lang.String logFileDir)
           
 void setLogFileExt(java.lang.String logFileExt)
           
 void setLogFileName(java.lang.String logFileName)
           
 void setMaxBlocksPerFile(int maxBlocksPerFile)
           
 void setMaxBuffers(int maxBuffers)
           
 void setMaxLogFiles(int maxLogFiles)
           
 void setMinBuffers(int minBuffers)
           
 void setServerBaseDir(java.io.File serverBaseDir)
           
 void setThreadsWaitingForceThreshold(int threadsWaitingForceThreshold)
           
 void setXidFactory(org.apache.geronimo.transaction.manager.XidFactory xidFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HowlLogFactoryBean

public HowlLogFactoryBean()
Method Detail

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.