Interface XidFactory
-
- All Known Implementing Classes:
XidFactoryImpl
public interface XidFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XidcreateBranch(Xid globalId, int branch)XidcreateXid()booleanmatchesBranchId(byte[] branchQualifier)booleanmatchesGlobalId(byte[] globalTransactionId)Xidrecover(int formatId, byte[] globalTransactionid, byte[] branchQualifier)
-