org.objectweb.joram.mom.proxies
Class Xid
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
bq
byte[] bq
fi
int fi
gti
byte[] gti
Xid
Xid(byte[] bq,
int fi,
byte[] gti)
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.