org.apache.openjpa.event
Interface TransactionListener

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

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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01