org.apache.geronimo.transaction.log
Class HOWLLogGBean

java.lang.Object
  extended by org.apache.geronimo.transaction.log.HOWLLog
      extended by org.apache.geronimo.transaction.log.HOWLLogGBean
All Implemented Interfaces:
GBeanLifecycle, org.apache.geronimo.transaction.manager.TransactionLog

public class HOWLLogGBean
extends org.apache.geronimo.transaction.log.HOWLLog
implements GBeanLifecycle


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
HOWLLogGBean(String bufferClassName, int bufferSize, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold, org.apache.geronimo.transaction.manager.XidFactory xidFactory, ServerInfo serverInfo)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.transaction.log.HOWLLog
begin, commit, doFail, doStart, doStop, getAverageBytesPerForce, getAverageForceTime, getBufferClassName, getBufferSizeKBytes, getFlushSleepTimeMilliseconds, getLogFileDir, getLogFileExt, getLogFileName, getMaxBlocksPerFile, getMaxBuffers, getMaxLogFiles, getMinBuffers, getThreadsWaitingForceThreshold, getXMLStats, isAdler32ChecksumEnabled, isChecksumEnabled, prepare, recover, rollback, setAdler32Checksum, setBufferClassName, setBufferSizeKBytes, setChecksumEnabled, setFlushSleepTimeMilliseconds, setLogFileDir, setLogFileExt, setLogFileName, setMaxBlocksPerFile, setMaxBuffers, setMaxLogFiles, setMinBuffers, setThreadsWaitingForceThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.geronimo.gbean.GBeanLifecycle
doFail, doStart, doStop
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

HOWLLogGBean

public HOWLLogGBean(String bufferClassName,
                    int bufferSize,
                    boolean checksumEnabled,
                    boolean adler32Checksum,
                    int flushSleepTimeMilliseconds,
                    String logFileDir,
                    String logFileExt,
                    String logFileName,
                    int maxBlocksPerFile,
                    int maxBuffers,
                    int maxLogFiles,
                    int minBuffers,
                    int threadsWaitingForceThreshold,
                    org.apache.geronimo.transaction.manager.XidFactory xidFactory,
                    ServerInfo serverInfo)
             throws IOException,
                    org.objectweb.howl.log.LogConfigurationException
Throws:
IOException
org.objectweb.howl.log.LogConfigurationException
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.