|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.ots.Impl.XID
This class provides operations to manage an XID.
Constructor Summary | |
XID()
Constructor |
|
XID(byte[] xid)
Constructor for recovery |
|
XID(otid_t otid)
Constructor to create an XID from an OTS OTID |
|
XID(PropagationContext ctx,
boolean sub)
Constructor to build an XID from a propagation context. |
|
XID(java.lang.String xid)
Constructor for a log reader |
|
XID(XID parent_xid)
Constructor to build an XID from a parent XID ( used for sub transactions ) |
Method Summary | |
byte[] |
get_bqual()
Return the BQUAL |
int |
get_format_id()
Return the format ID |
byte[] |
get_full_tid()
Return a full TID |
byte[] |
get_gtrid()
Return the GTRID |
int |
hash_id()
Return a hash code for this XID |
otid_t |
otid()
Returns an OTS OTID |
java.lang.String |
toString()
XID to string representation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XID()
public XID(PropagationContext ctx, boolean sub)
public XID(XID parent_xid)
public XID(byte[] xid)
public XID(java.lang.String xid)
public XID(otid_t otid)
Method Detail |
public otid_t otid()
public byte[] get_full_tid()
public int get_format_id()
public byte[] get_gtrid()
public byte[] get_bqual()
public int hash_id()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |