MAXBQUALSIZE, MAXGTRIDSIZE
Constructor and Description |
---|
AGXid(int formatId,
byte[] globalTransactionId,
byte[] branchQualifier) |
AGXid(Xid xid) |
Modifier and Type | Method and Description |
---|---|
static AGXid |
AGXidFromString(String s) |
byte[] |
getBranchQualifier()
Returns a copy of the branch qualifier part of this Xid.
|
int |
getFormatId() |
byte[] |
getGlobalTransactionId()
Returns a copy of the global transaction id part of this Xid.
|
String |
toString() |
public AGXid(int formatId, byte[] globalTransactionId, byte[] branchQualifier)
public AGXid(Xid xid)
public static AGXid AGXidFromString(String s) throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
public int getFormatId()
getFormatId
in interface Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface Xid
public byte[] getBranchQualifier()
getBranchQualifier
in interface Xid
Copyright © 2024 Franz Inc.. All rights reserved.