Interface TransactionContextListener

  • All Known Implementing Classes:
    ManagedConnection.CompletionListener

    public interface TransactionContextListener
    A listener for transaction completion events.
    Version:
    $Revision$
    Author:
    Dain Sundstrom
    • Method Detail

      • afterCompletion

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