org.apache.openjpa.event
Interface BeginTransactionListener

All Known Subinterfaces:
TransactionListener
All Known Implementing Classes:
AbstractTransactionListener

public interface BeginTransactionListener

Notified when transactions begin.

Since:
0.2.5.0
Author:
Patrick Linskey, Abe White

Method Summary
 void afterBegin(TransactionEvent event)
          Notification that a transaction has begun.
 

Method Detail

afterBegin

void afterBegin(TransactionEvent event)
Notification that a transaction has begun.

See Also:
TransactionEvent.AFTER_BEGIN


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