| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XidFactory | |
|---|---|
| org.apache.geronimo.transaction.log | |
| org.apache.geronimo.transaction.manager | |
| Uses of XidFactory in org.apache.geronimo.transaction.log | 
|---|
| Methods in org.apache.geronimo.transaction.log with parameters of type XidFactory | |
|---|---|
 Collection | 
UnrecoverableLog.recover(XidFactory xidFactory)
 | 
 Collection | 
HOWLLog.recover(XidFactory xidFactory)
 | 
| Constructors in org.apache.geronimo.transaction.log with parameters of type XidFactory | |
|---|---|
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)
 | 
|
| Uses of XidFactory in org.apache.geronimo.transaction.manager | 
|---|
| Classes in org.apache.geronimo.transaction.manager that implement XidFactory | |
|---|---|
 class | 
XidFactoryImpl
Factory for transaction ids.  | 
| Methods in org.apache.geronimo.transaction.manager with parameters of type XidFactory | |
|---|---|
 Collection | 
TransactionLog.recover(XidFactory xidFactory)
Recovers the log, returning a map of (top level) xid to List of TransactionBranchInfo for the branches.  | 
| Constructors in org.apache.geronimo.transaction.manager with parameters of type XidFactory | |
|---|---|
GeronimoTransactionManager(int defaultTransactionTimeoutSeconds,
                                                     XidFactory xidFactory,
                                                     TransactionLog transactionLog)
 | 
|
RecoveryImpl(TransactionLog txLog,
                         XidFactory xidFactory)
 | 
|
TransactionManagerImpl(int defaultTransactionTimeoutSeconds,
                                             XidFactory xidFactory,
                                             TransactionLog transactionLog)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||