Interface TransactionContextListener


public interface TransactionContextListener
A listener for transaction completion events.
Version:
$Revision$
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