Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TxSynchronizable
TransactionContext.addTxSynchronizable(TxSynchronizable)
) and it will
receive the corresponding calls.
Method Summary | |
void |
|
void |
|
public void committed(TransactionContext tx)
Called at the end of a transaction after commit.
public void rolledback(TransactionContext tx)
Called at the end of a transaction after rollback.