org.objectweb.joram.mom.proxies
Class Xid

java.lang.Object
  extended by org.objectweb.joram.mom.proxies.Xid
All Implemented Interfaces:
java.io.Serializable

 class Xid
extends java.lang.Object
implements java.io.Serializable

The Xid internal class is a utility class representing a global transaction identifier.


Field Summary
(package private)  byte[] bq
           
(package private)  int fi
           
(package private)  byte[] gti
           
private static long serialVersionUID
           
 
Constructor Summary
Xid(byte[] bq, int fi, byte[] gti)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

bq

byte[] bq

fi

int fi

gti

byte[] gti
Constructor Detail

Xid

Xid(byte[] bq,
    int fi,
    byte[] gti)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.