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

Packages that use TransactionBranchInfo
org.apache.geronimo.transaction.log   
org.apache.geronimo.transaction.manager   
 

Uses of TransactionBranchInfo in org.apache.geronimo.transaction.log
 

Method parameters in org.apache.geronimo.transaction.log with type arguments of type TransactionBranchInfo
 java.lang.Object HOWLLog.prepare(javax.transaction.xa.Xid xid, java.util.List<? extends TransactionBranchInfo> branches)
           
 java.lang.Object UnrecoverableLog.prepare(javax.transaction.xa.Xid xid, java.util.List<? extends TransactionBranchInfo> branches)
           
 

Uses of TransactionBranchInfo in org.apache.geronimo.transaction.manager
 

Classes in org.apache.geronimo.transaction.manager that implement TransactionBranchInfo
 class TransactionBranchInfoImpl
           
 

Methods in org.apache.geronimo.transaction.manager that return types with arguments of type TransactionBranchInfo
 java.util.Set<TransactionBranchInfo> Recovery.XidBranchesPair.getBranches()
           
 

Methods in org.apache.geronimo.transaction.manager with parameters of type TransactionBranchInfo
 void Recovery.XidBranchesPair.addBranch(TransactionBranchInfo branchInfo)
           
 

Method parameters in org.apache.geronimo.transaction.manager with type arguments of type TransactionBranchInfo
 java.lang.Object TransactionLog.prepare(javax.transaction.xa.Xid xid, java.util.List<? extends TransactionBranchInfo> branches)
          log prepare for the global xid xid and the list of TransactionBranchInfo branches
 



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