Uses of Interface
org.apache.geronimo.transaction.manager.XidFactory

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
 java.util.Collection<Recovery.XidBranchesPair> HOWLLog.recover(XidFactory xidFactory)
           
 java.util.Collection UnrecoverableLog.recover(XidFactory xidFactory)
           
 

Constructors in org.apache.geronimo.transaction.log with parameters of type XidFactory
HOWLLog(java.lang.String bufferClassName, int bufferSize, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, java.lang.String logFileDir, java.lang.String logFileExt, java.lang.String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold, XidFactory xidFactory, java.io.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
 java.util.Collection<Recovery.XidBranchesPair> 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)
           
TransactionManagerImpl(int defaultTransactionTimeoutSeconds, XidFactory xidFactory, TransactionLog transactionLog)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.