public class SolXid extends Object implements Xid, Serializable
MAXBQUALSIZE, MAXGTRIDSIZE
Constructor and Description |
---|
SolXid(int formatId,
byte[] globalTxId,
byte[] branchQual) |
SolXid(int formatId,
String globalTxId,
String branchQual) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
static void |
main(String[] args) |
String |
toString() |
public byte[] getBranchQualifier()
getBranchQualifier
in interface Xid
public int getFormatId()
getFormatId
in interface Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface Xid
public static void main(String[] args)
Copyright 2004-2024 Solace Corporation. All rights reserved.