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 Object


Constructor Summary
Recovery.XidBranchesPair(Xid xid, Object mark)
           
 
Method Summary
 void addBranch(TransactionBranchInfo branchInfo)
           
 Set getBranches()
           
 Object getMark()
           
 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(Xid xid,
                                Object mark)
Method Detail

getXid

public Xid getXid()

getBranches

public Set getBranches()

getMark

public Object getMark()

addBranch

public void addBranch(TransactionBranchInfo branchInfo)


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