org.apache.openjpa.event
Interface TransactionListener

All Superinterfaces:
BeginTransactionListener, EndTransactionListener, FlushTransactionListener
All Known Implementing Classes:
AbstractTransactionListener, AuditManager

public interface TransactionListener
extends BeginTransactionListener, FlushTransactionListener, EndTransactionListener

Interface for listening to all TransactionEvents.

Since:
0.2.5.0
Author:
Patrick Linskey, Abe White

Method Summary
 
Methods inherited from interface org.apache.openjpa.event.BeginTransactionListener
afterBegin
 
Methods inherited from interface org.apache.openjpa.event.FlushTransactionListener
afterFlush, beforeFlush
 
Methods inherited from interface org.apache.openjpa.event.EndTransactionListener
afterCommit, afterCommitComplete, afterRollback, afterRollbackComplete, afterStateTransitions, beforeCommit
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.