Interface TransactionContextListener


public interface TransactionContextListener
A listener for transaction completion events.
Since:
2.0
Version:
$Id: TransactionContextListener.java 1649430 2015-01-04 21:29:32Z tn $
Author:
Dain Sundstrom
  • Method Summary

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

    • 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