Uses of Interface
com.arjuna.mw.wst.TxContext
Packages that use TxContext
-
Uses of TxContext in com.arjuna.mw.wst11
Methods in com.arjuna.mw.wst11 that return TxContextModifier and TypeMethodDescriptionabstract TxContext
BusinessActivityManager.currentTransaction()
The currentTransaction method returns the TxContext for the current transaction, or null if there is none.abstract TxContext
TransactionManager.currentTransaction()
The currentTransaction method returns the TxContext for the current transaction, or null if there is none.abstract TxContext
BusinessActivityManager.suspend()
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 TxContext
TransactionManager.suspend()
A thread of control may require periods of non-transactionality so that it may perform work that is not associated with a specific transaction.Methods in com.arjuna.mw.wst11 with parameters of type TxContextModifier and TypeMethodDescriptionabstract 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.