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() |
static com.solacesystems.common.xa.XidFormatter |
getFormmater() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
static void |
main(String[] args) |
static void |
setFormatter(com.solacesystems.common.xa.XidFormatter fmtr) |
String |
toString() |
public static void setFormatter(com.solacesystems.common.xa.XidFormatter fmtr)
public static com.solacesystems.common.xa.XidFormatter getFormmater()
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-2016 Solace Corporation. All rights reserved.