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

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
RecoveryImpl(TransactionLog txLog, XidFactory xidFactory)
           
TransactionManagerImpl(TransactionLog txnLog, XidFactory xidFactory)
           
 



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