can't easily extend geronimo XidFactoryImpl b/c count is private
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XidFactoryImpl
public XidFactoryImpl(byte[] tmId)
createXid
public Xid createXid()
- Specified by:
createXid
in interface org.apache.geronimo.transaction.manager.XidFactory
createBranch
public Xid createBranch(Xid globalId,
int branch)
- Specified by:
createBranch
in interface org.apache.geronimo.transaction.manager.XidFactory
matchesGlobalId
public boolean matchesGlobalId(byte[] globalTransactionId)
- Specified by:
matchesGlobalId
in interface org.apache.geronimo.transaction.manager.XidFactory
matchesBranchId
public boolean matchesBranchId(byte[] branchQualifier)
- Specified by:
matchesBranchId
in interface org.apache.geronimo.transaction.manager.XidFactory
recover
public Xid recover(int formatId,
byte[] globalTransactionid,
byte[] branchQualifier)
- Specified by:
recover
in interface org.apache.geronimo.transaction.manager.XidFactory
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.