Package | Description |
---|---|
javax.slee.transaction |
This package defines the interfaces for the SLEE transaction manager.
|
Modifier and Type | Method and Description |
---|---|
SleeTransaction |
SleeTransactionManager.asSleeTransaction(Transaction tx)
Get a
SleeTransaction object for a generic Transaction
object. |
SleeTransaction |
SleeTransactionManager.beginSleeTransaction()
Begin a new transaction and associate it with the current thread.
|
SleeTransaction |
SleeTransactionManager.getSleeTransaction()
Get the
SleeTransaction object that represents the transaction context of the
calling thread. |