Interface XidFactory
- All Known Implementing Classes:
XidFactoryImpl
public interface XidFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateBranch(Xid globalId, int branch) booleanmatchesBranchId(byte[] branchQualifier) booleanmatchesGlobalId(byte[] globalTransactionId) recover(int formatId, byte[] globalTransactionid, byte[] branchQualifier)
-
Method Details
-
createXid
Xid createXid() -
createBranch
-
matchesGlobalId
boolean matchesGlobalId(byte[] globalTransactionId) -
matchesBranchId
boolean matchesBranchId(byte[] branchQualifier) -
recover
-