|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Xid | |
|---|---|
| org.objectweb.jotm | |
| Uses of Xid in org.objectweb.jotm |
|---|
| 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.associateThreadTx(Xid xid)
Associate Thread to this transaction. |
void |
Current.forgetTx(Xid xid)
Forget all about this transaction. |
TransactionImpl |
Current.getTxByXid(Xid xid)
Get the transaction referenced by Xid. |
| 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 | |||||||||