Package | Description |
---|---|
com.arjuna.mw.wst11 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All rights reserved.