public class BambooXidFactoryImpl extends Object implements org.apache.geronimo.transaction.manager.XidFactory
Constructor and Description |
---|
BambooXidFactoryImpl() |
BambooXidFactoryImpl(byte[] tmId) |
Modifier and Type | Method and Description |
---|---|
Xid |
createBranch(Xid globalId,
int branch) |
Xid |
createXid() |
boolean |
matchesBranchId(byte[] branchQualifier) |
boolean |
matchesGlobalId(byte[] globalTransactionId) |
Xid |
recover(int formatId,
byte[] globalTransactionid,
byte[] branchQualifier) |
public BambooXidFactoryImpl(byte[] tmId)
public BambooXidFactoryImpl()
public Xid createXid()
createXid
in interface org.apache.geronimo.transaction.manager.XidFactory
public Xid createBranch(Xid globalId, int branch)
createBranch
in interface org.apache.geronimo.transaction.manager.XidFactory
public boolean matchesGlobalId(byte[] globalTransactionId)
matchesGlobalId
in interface org.apache.geronimo.transaction.manager.XidFactory
public boolean matchesBranchId(byte[] branchQualifier)
matchesBranchId
in interface org.apache.geronimo.transaction.manager.XidFactory
public Xid recover(int formatId, byte[] globalTransactionid, byte[] branchQualifier)
recover
in interface org.apache.geronimo.transaction.manager.XidFactory
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.