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 Xidpublic int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic static void main(String[] args)
Copyright 2004-2025 Solace Corporation. All rights reserved.