public class XidImpl extends Object implements Xid, Serializable
MAXBQUALSIZE, MAXGTRIDSIZE| Constructor and Description |
|---|
XidImpl(byte[] globalTransactionId) |
XidImpl(byte[] globalTransactionId,
int formatId) |
XidImpl(int formatId,
byte[] globalTransactionId,
byte[] branchQual) |
XidImpl(Xid xid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
public XidImpl(Xid xid)
public XidImpl(int formatId,
byte[] globalTransactionId,
byte[] branchQual)
public XidImpl(byte[] globalTransactionId)
public XidImpl(byte[] globalTransactionId,
int formatId)
public int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface XidCopyright © 2005–2018 Oracle Corporation. All rights reserved.