|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface TransactionResource<T>
Interfaces to be implemented by resources that want to participate in transactions
managed through SimpleTransactionManager.
| Method Summary | |
|---|---|
T |
begin()
Begins a transaction. |
void |
commit(T aT)
Commits the transaction. |
void |
rollback(T aT)
Rolls back a transaction. |
| Method Detail |
|---|
T begin()
void rollback(T aT)
aT - Object that manages the transaction for the resource.void commit(T aT)
aT - Object that manages the transaction for the resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||