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 Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface XidCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.