|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TxContext | |
---|---|
com.arjuna.mw.wst11 |
Uses of TxContext in com.arjuna.mw.wst11 |
---|
Methods in com.arjuna.mw.wst11 that return TxContext | |
---|---|
abstract TxContext |
TransactionManager.currentTransaction()
The currentTransaction method returns the TxContext for the current transaction, or null if there is none. |
abstract TxContext |
BusinessActivityManager.currentTransaction()
The currentTransaction method returns the TxContext for the current transaction, or null if there is none. |
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. |
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. |
Methods in com.arjuna.mw.wst11 with parameters of type TxContext | |
---|---|
abstract void |
TransactionManager.resume(TxContext txContext)
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext. |
abstract void |
BusinessActivityManager.resume(TxContext txContext)
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |