Package wt.pom
Interface TransactionListener
- All Known Subinterfaces:
TransactionCommitListener
- All Known Implementing Classes:
SummaryEventFactory
public interface TransactionListener
This interface specifies methods for listening to transaction commits
and rollbacks.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify that the commit of the transaction completed.voidNotify that the rollback of the transaction completed.
-
Method Details
-
notifyCommit
void notifyCommit()Notify that the commit of the transaction completed.
Supported API: true -
notifyRollback
void notifyRollback()Notify that the rollback of the transaction completed.
Supported API: true
-