org.apache.geronimo.transaction.manager
Class Recovery.XidBranchesPair
java.lang.Object
  
org.apache.geronimo.transaction.manager.Recovery.XidBranchesPair
- Enclosing interface:
 - Recovery
 
public static class Recovery.XidBranchesPair
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Recovery.XidBranchesPair
public Recovery.XidBranchesPair(Xid xid,
                                Object mark)
getXid
public Xid getXid()
 
getBranches
public Set getBranches()
 
getMark
public Object getMark()
 
addBranch
public void addBranch(TransactionBranchInfo branchInfo)
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.