org.apache.geronimo.transaction.log
Class HOWLLogGBean
java.lang.Object
org.apache.geronimo.transaction.log.HOWLLog
org.apache.geronimo.transaction.log.HOWLLogGBean
- All Implemented Interfaces:
- org.apache.geronimo.gbean.GBeanLifecycle, TransactionLog
public class HOWLLogGBean
- extends HOWLLog
- implements org.apache.geronimo.gbean.GBeanLifecycle
Field Summary |
static org.apache.geronimo.gbean.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,
XidFactory xidFactory,
org.apache.geronimo.system.serverinfo.ServerInfo serverInfo)
|
Method Summary |
static org.apache.geronimo.gbean.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 |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
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,
XidFactory xidFactory,
org.apache.geronimo.system.serverinfo.ServerInfo serverInfo)
throws IOException,
org.objectweb.howl.log.LogConfigurationException
- Throws:
IOException
org.objectweb.howl.log.LogConfigurationException
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.