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
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify that the commit of the transaction completed.
    void
    Notify 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