|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndTransactionListener
Notified when transactions end.
Method Summary | |
---|---|
void |
afterCommit(TransactionEvent event)
Notification that a transaction has successfully committed. |
void |
afterCommitComplete(TransactionEvent event)
Notification that a transaction has successfully committed and the transaction is no longer active. |
void |
afterRollback(TransactionEvent event)
Notification that a transaction has been rolled back. |
void |
afterRollbackComplete(TransactionEvent event)
Notification that a transaction has been rolled back and the transaction is no longer active. |
void |
afterStateTransitions(TransactionEvent event)
Notification that state transitions are complete. |
void |
beforeCommit(TransactionEvent event)
Notification that the next flush is for the transaction commit. |
Method Detail |
---|
void beforeCommit(TransactionEvent event)
TransactionEvent.BEFORE_COMMIT
void afterCommit(TransactionEvent event)
TransactionEvent.AFTER_COMMIT
void afterRollback(TransactionEvent event)
TransactionEvent.AFTER_ROLLBACK
void afterStateTransitions(TransactionEvent event)
TransactionEvent.AFTER_STATE_TRANSITIONS
void afterCommitComplete(TransactionEvent event)
TransactionEvent.AFTER_COMMIT_COMPLETE
void afterRollbackComplete(TransactionEvent event)
TransactionEvent.AFTER_ROLLBACK_COMPLETE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |