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 void
addBranch(TransactionBranchInfo branchInfo)
Set<TransactionBranchInfo>
getBranches()
Object
getMark()
Xid
getXid()
-
-
-
Method Detail
-
getXid
public Xid getXid()
-
getBranches
public Set<TransactionBranchInfo> getBranches()
-
getMark
public Object getMark()
-
addBranch
public void addBranch(TransactionBranchInfo branchInfo)
-
-