public class SerializableXid extends Object implements Xid, Serializable
MAXBQUALSIZE, MAXGTRIDSIZE
Constructor and Description |
---|
SerializableXid(Xid xid)
Create a SerializableXid, copying the GTRID and BQUAL of an existing XID
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
String |
toString() |
public SerializableXid(Xid xid)
xid
- a SerializableXidpublic int getFormatId()
getFormatId
in interface Xid
public byte[] getBranchQualifier()
getBranchQualifier
in interface Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface Xid
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.