public class MysqlXid
extends java.lang.Object
implements javax.transaction.xa.Xid
| Constructor and Description |
|---|
MysqlXid(byte[] gtrid,
byte[] bqual,
int formatId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object another) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
public boolean equals(java.lang.Object another)
equals in class java.lang.Objectpublic byte[] getBranchQualifier()
getBranchQualifier in interface javax.transaction.xa.Xidpublic int getFormatId()
getFormatId in interface javax.transaction.xa.Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface javax.transaction.xa.Xidpublic int hashCode()
hashCode in class java.lang.Object