-
The currentTransaction method returns the TxContext for the current
transaction, or null if there is none.
The currentTransaction method returns the TxContext for the current
transaction, or null if there is none.
A thread of control may require periods of non-transactionality so that
it may perform work that is not associated with a specific transaction.
A thread of control may require periods of non-transactionality so that
it may perform work that is not associated with a specific transaction.
abstract void
The resume method can be used to (re-)associate a thread with a
transaction(s) via its TxContext.
abstract void
The resume method can be used to (re-)associate a thread with a
transaction(s) via its TxContext.