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

java.lang.Object
  extended byorg.apache.geronimo.transaction.manager.Recovery.XidBranchesPair
Enclosing class:
Recovery

public static class Recovery.XidBranchesPair
extends Object


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

getXid

public Xid getXid()

getBranches

public Set getBranches()

getMark

public long getMark()

addBranch

public void addBranch(TransactionBranchInfo branchInfo)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.