public class BranchXidImpl extends Object implements Xid, Externalizable
MAXBQUALSIZE, MAXGTRIDSIZE| Constructor and Description |
|---|
BranchXidImpl() |
BranchXidImpl(Xid xid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getBranchQualifier() |
Xid |
getDelegate() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public BranchXidImpl()
public BranchXidImpl(Xid xid)
public byte[] getBranchQualifier()
getBranchQualifier in interface Xidpublic int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic Xid getDelegate()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.