|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
javax.transaction |
Uses of Transaction in javax.transaction |
Methods in javax.transaction that return Transaction | |
Transaction |
TransactionManager.getTransaction()
Get the transaction associated with the calling thread. |
Transaction |
TransactionManager.suspend()
Suspend the association the calling thread has to a transaction, and return the suspended transaction. |
Methods in javax.transaction with parameters of type Transaction | |
void |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given transaction. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |