org.apache.geronimo.transaction.manager
Class Recovery.XidBranchesPair

java.lang.Object
  extended by org.apache.geronimo.transaction.manager.Recovery.XidBranchesPair
Enclosing interface:
Recovery

public static class Recovery.XidBranchesPair
extends java.lang.Object


Constructor Summary
Recovery.XidBranchesPair(javax.transaction.xa.Xid xid, java.lang.Object mark)
           
 
Method Summary
 void addBranch(TransactionBranchInfo branchInfo)
           
 java.util.Set<TransactionBranchInfo> getBranches()
           
 java.lang.Object getMark()
           
 javax.transaction.xa.Xid getXid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recovery.XidBranchesPair

public Recovery.XidBranchesPair(javax.transaction.xa.Xid xid,
                                java.lang.Object mark)
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)


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