Uses of Class
org.apache.geronimo.transaction.manager.Recovery.XidBranchesPair

Packages that use Recovery.XidBranchesPair
org.apache.geronimo.transaction.log   
org.apache.geronimo.transaction.manager   
 

Uses of Recovery.XidBranchesPair in org.apache.geronimo.transaction.log
 

Methods in org.apache.geronimo.transaction.log that return types with arguments of type Recovery.XidBranchesPair
 java.util.Collection<Recovery.XidBranchesPair> HOWLLog.recover(XidFactory xidFactory)
           
 

Uses of Recovery.XidBranchesPair in org.apache.geronimo.transaction.manager
 

Methods in org.apache.geronimo.transaction.manager that return types with arguments of type Recovery.XidBranchesPair
 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.
 



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