Package | Description |
---|---|
org.objectweb.jotm |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Control |
TransactionFactory.create(int timeout,
Xid xid) |
Control |
TransactionFactoryImpl.create(int timeout,
Xid xid)
Create a new Control implementation on JTM.
|
void |
Current.forgetTx(Xid xid)
Forget all about this transaction.
|
TransactionImpl |
Current.getTxByXid(Xid xid)
Get the transaction referenced by Xid.
|
Constructor and Description |
---|
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.
|