Class Recovery.XidBranchesPair
- java.lang.Object
 - 
- org.apache.geronimo.transaction.manager.Recovery.XidBranchesPair
 
 
- 
- Enclosing interface:
 - Recovery
 
public static class Recovery.XidBranchesPair extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description XidBranchesPair(javax.transaction.xa.Xid xid, java.lang.Object mark) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBranch(TransactionBranchInfo branchInfo)java.util.Set<TransactionBranchInfo>getBranches()java.lang.ObjectgetMark()javax.transaction.xa.XidgetXid() 
 - 
 
- 
- 
Method Detail
- 
getXid
public javax.transaction.xa.Xid getXid()
 
- 
getBranches
public java.util.Set<TransactionBranchInfo> getBranches()
 
- 
getMark
public java.lang.Object getMark()
 
- 
addBranch
public void addBranch(TransactionBranchInfo branchInfo)
 
 - 
 
 -