public class SimpleXid
extends java.lang.Object
implements javax.transaction.xa.Xid
| Modifier and Type | Method and Description |
|---|---|
static SimpleXid |
createRandom()
Create a new random xid.
|
boolean |
equals(java.lang.Object other) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
java.lang.String |
toString() |
public static SimpleXid createRandom()
public 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.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object