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