Interface TransactionContextListener

All Known Implementing Classes:
ManagedConnection.CompletionListener

A listener for transaction completion events.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterCompletion(TransactionContext transactionContext, boolean committed)
    Occurs after the transaction commits or rolls back.
  • Method Details

    • afterCompletion

      void afterCompletion(TransactionContext transactionContext, boolean committed)
      Occurs after the transaction commits or rolls back.
      Parameters:
      transactionContext - the transaction context that completed
      committed - true if the transaction committed; false otherwise