public class XidImpl extends Object implements Xid, Serializable
MAXBQUALSIZE, MAXGTRIDSIZE| Constructor and Description |
|---|
XidImpl(byte[] branchQualifier,
int formatId,
byte[] globalTransactionId)
Standard constructor
|
XidImpl(Xid other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
static String |
toBase64String(Xid xid) |
String |
toString() |
public XidImpl(byte[] branchQualifier,
int formatId,
byte[] globalTransactionId)
branchQualifier - formatId - globalTransactionId - public XidImpl(Xid other)
other - public byte[] getBranchQualifier()
getBranchQualifier in interface Xidpublic int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface XidCopyright © 2018 JBoss by Red Hat. All rights reserved.