org.openorb.ots.Impl
public class XID extends Object
Constructor Summary | |
---|---|
XID()
Constructor | |
XID(PropagationContext ctx, boolean sub)
Constructor to build an XID from a propagation context. | |
XID(XID parent_xid)
Constructor to build an XID from a parent XID ( used for sub transactions ) | |
XID(byte[] xid)
Constructor for recovery | |
XID(String xid)
Constructor for a log reader | |
XID(otid_t otid)
Constructor to create an XID from an OTS OTID |
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 |
String | toString()
XID to string representation. |