public class AltibaseXid
extends java.lang.Object
implements javax.transaction.xa.Xid
| Modifier and Type | Field and Description |
|---|---|
static short |
MAXDATASIZE |
| Constructor and Description |
|---|
AltibaseXid(long aFormatId,
byte[] aGlobalTransactionId,
byte[] aBranchQualifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object aObj) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
java.lang.String |
toString() |
static java.lang.String |
toString(javax.transaction.xa.Xid aXid) |
public static final short MAXDATASIZE
public AltibaseXid(long aFormatId,
byte[] aGlobalTransactionId,
byte[] aBranchQualifier)
public byte[] getGlobalTransactionId()
getGlobalTransactionId in interface javax.transaction.xa.Xidpublic int getFormatId()
getFormatId in interface javax.transaction.xa.Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface javax.transaction.xa.Xidpublic boolean equals(java.lang.Object aObj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String toString(javax.transaction.xa.Xid aXid)