|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Xid | |
org.objectweb.jotm |
Uses of Xid in org.objectweb.jotm |
Classes in org.objectweb.jotm that implement Xid | |
class |
XidImpl
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 |
Methods in org.objectweb.jotm that return Xid | |
Xid |
InternalTransactionContext.getXid()
Get the Xid associated with the transaction |
Xid |
TransactionContext.getXid()
get the Xid of the transaction. |
Xid |
TransactionImpl.getXid()
Get the Xid of the transaction |
Methods in org.objectweb.jotm with parameters of type Xid | |
void |
Current.forgetTx(Xid xid)
Forget all about this transaction. |
TransactionImpl |
Current.getTxByXid(Xid xid)
Get the transaction referenced by Xid. |
void |
Current.associateThreadTx(Xid xid)
Associate Thread to this transaction. |
Constructors in org.objectweb.jotm with parameters of type Xid | |
JavaXidImpl(Xid jotmXid)
Build an javax.transaction.xa.Xid from the org.objectweb.jotm.Xid |
|
TransactionImpl(Xid xid,
int timeout)
New transaction (begin). |
|
XidImpl(Xid oldXid,
int index)
build a new Xid from an existing Xid, preserving the gtrid, and using the 'index' as part of the unique but recognizable BQual. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |