Package | Description |
---|---|
org.apache.geronimo.transaction.log | |
org.apache.geronimo.transaction.manager |
Modifier and Type | Method and Description |
---|---|
Collection<Recovery.XidBranchesPair> |
HOWLLog.recover(XidFactory xidFactory) |
Collection |
UnrecoverableLog.recover(XidFactory xidFactory) |
Constructor and Description |
---|
HOWLLog(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,
File serverBaseDir) |
Modifier and Type | Class and Description |
---|---|
class |
XidFactoryImpl
Factory for transaction ids.
|
Modifier and Type | Method and Description |
---|---|
Collection<Recovery.XidBranchesPair> |
TransactionLog.recover(XidFactory xidFactory)
Recovers the log, returning a map of (top level) xid to List of TransactionBranchInfo for the branches.
|
Constructor and Description |
---|
GeronimoTransactionManager(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog) |
TransactionManagerImpl(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog) |
Copyright © 2015. All rights reserved.