public interface EndTransactionListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
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_COMPLETECopyright © 2006–2018 Apache Software Foundation. All rights reserved.