Frames | No Frames |
Classes implementing org.objectweb.jotm.Xid | |
class | Xid implementation for JTA
XID has the following format as defined by X/Open Specification:
XID
long formatId format identifier
long gtrid_length value 1-64
long bqual_length value 1-64
byte data [XIDDATASIZE] where XIDDATASIZE = 128
The data field comprises at most two contiguous components:
a global transaction identifier (gtrid) and a branch qualifier (bqual)
which are defined as:
byte gtrid [1-64] global transaction identfier
byte bqual [1-64] branch qualifier
|
Constructors with parameter type org.objectweb.jotm.Xid | |
Build an javax.transaction.xa.Xid from the org.objectweb.jotm.Xid
| |
New transaction (begin). | |
build a new Xid from an existing Xid, preserving the gtrid,
and using the 'index' as part of the unique but recognizable BQual. |
Methods with parameter type org.objectweb.jotm.Xid | |
void | Associate Thread to this transaction. |
void | Forget all about this transaction. |
TransactionImpl | Get the transaction referenced by Xid. |
Methods with return type org.objectweb.jotm.Xid | |
Xid | Get the Xid associated with the transaction
|
Xid | get the Xid of the transaction. |
Xid | Get the Xid of the transaction
|