public class XidImpl extends Object implements Xid, Serializable
Xid independent of the transaction manager implementation.| Modifier and Type | Field and Description |
|---|---|
byte[] |
bqual |
int |
fid |
byte[] |
gtrid |
MAXBQUALSIZE, MAXGTRIDSIZE| Constructor and Description |
|---|
XidImpl(String id)
Constructor mostly used in unit tests.
|
XidImpl(Xid xid)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
public final int fid
public final byte[] gtrid
public final byte[] bqual
public int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface XidCopyright © 2017 Nuxeo. All rights reserved.