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.DecoderExceptionpublic int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface XidCopyright © 2020 Franz Inc.. All rights reserved.