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.Object
public byte[] getBranchQualifier()
getBranchQualifier
in interface javax.transaction.xa.Xid
public int getFormatId()
getFormatId
in interface javax.transaction.xa.Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface javax.transaction.xa.Xid
public int hashCode()
hashCode
in class java.lang.Object