|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.objectweb.jotm.XidImpl
Xid implementation for JTA
| Field Summary | |
static int |
JONAS_FORMAT_ID
|
| Fields inherited from interface javax.transaction.xa.Xid |
MAXBQUALSIZE, MAXGTRIDSIZE |
| Constructor Summary | |
XidImpl(int formatId,
byte[] gtrid,
byte[] bqual)
build Xid with all it's components (for performance on java serialization) |
|
XidImpl(int fid,
int bqualsz,
byte[] tid)
Build an Xid from an otid_t CORBA |
|
XidImpl(String serverName,
int ipAddr)
Build an Xid for a local transaction |
|
| Method Summary | |
boolean |
equals(Object obj2)
return true if objects are identical |
byte[] |
getBranchQualifier()
Get the Branch Qualifier for that Xid |
int |
getFormatId()
Get the format id for that Xid |
byte[] |
getGlobalTransactionId()
Get the Global Id for that Xid |
int |
hashCode()
return a hashcode value for this object |
String |
toString()
String form |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int JONAS_FORMAT_ID
| Constructor Detail |
public XidImpl(String serverName,
int ipAddr)
public XidImpl(int fid,
int bqualsz,
byte[] tid)
public XidImpl(int formatId,
byte[] gtrid,
byte[] bqual)
| Method Detail |
public int getFormatId()
getFormatId in interface Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface Xidpublic String toString()
toString in class Objectpublic boolean equals(Object obj2)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||