Interface TransactionContextListener

All Known Implementing Classes:
ManagedConnection.CompletionListener

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

    Modifier and Type
    Method
    Description
    void
    afterCompletion(TransactionContext transactionContext, boolean committed)
    Called after a transaction commits or rolls back.
  • Method Details Link icon

    • afterCompletion Link icon

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