public class GSXid extends Object implements Xid, Externalizable
MAXBQUALSIZE, MAXGTRIDSIZE| Constructor and Description | 
|---|
GSXid()
Empty constructor for  
Externalizable | 
GSXid(byte[] branchQualifier,
     int formatId,
     byte[] globalTransactionId)
Ctor 
 | 
GSXid(Xid xid)
Ctor - copy constructor 
 | 
GSXid(Xid xid,
     UUID rmid)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
byte[] | 
getBranchQualifier()  | 
int | 
getFormatId()  | 
byte[] | 
getGlobalTransactionId()  | 
int | 
hashCode()  | 
void | 
readExternal(ObjectInput objectinput)  | 
void | 
writeExternal(ObjectOutput objectoutput)  | 
public GSXid()
Externalizablepublic GSXid(byte[] branchQualifier,
             int formatId,
             byte[] globalTransactionId)
public GSXid(Xid xid)
public byte[] getBranchQualifier()
getBranchQualifier in interface Xidpublic int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic void writeExternal(ObjectOutput objectoutput) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectinput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.