org.apache.commons.dbcp2.managed

Interface TransactionContextListener

    • 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

Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.