| 
 | ||||||||||
| 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_COMMITvoid afterCommit(TransactionEvent event)
TransactionEvent.AFTER_COMMITvoid afterRollback(TransactionEvent event)
TransactionEvent.AFTER_ROLLBACKvoid afterStateTransitions(TransactionEvent event)
TransactionEvent.AFTER_STATE_TRANSITIONSvoid afterCommitComplete(TransactionEvent event)
TransactionEvent.AFTER_COMMIT_COMPLETEvoid afterRollbackComplete(TransactionEvent event)
TransactionEvent.AFTER_ROLLBACK_COMPLETE| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||