| Package | Description |
|---|---|
| javax.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionManager.getTransaction()
Returns the current transaction.
|
Transaction |
TransactionManager.suspend()
Suspends the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.resume(Transaction transaction)
Resume a transaction.
|