Example usage for Java javax.transaction.xa Xid fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
byte[] | getBranchQualifier() Obtain the transaction branch identifier part of XID as an array of bytes. |
int | getFormatId() Obtain the format identifier part of the XID. |
byte[] | getGlobalTransactionId() Obtain the global transaction identifier part of XID as an array of bytes. |
int | hashCode() Returns a hash code value for the object. |
String | toString() Returns a string representation of the object. |