Uses of Class
org.apache.openjpa.event.TransactionEvent

Packages that use TransactionEvent
org.apache.openjpa.event OpenJPA Events 
 

Uses of TransactionEvent in org.apache.openjpa.event
 

Methods in org.apache.openjpa.event with parameters of type TransactionEvent
 void BeginTransactionListener.afterBegin(TransactionEvent event)
          Notification that a transaction has begun.
 void AbstractTransactionListener.afterBegin(TransactionEvent event)
           
 void RemoteCommitEventManager.afterCommit(TransactionEvent event)
           
 void EndTransactionListener.afterCommit(TransactionEvent event)
          Notification that a transaction has successfully committed.
 void AbstractTransactionListener.afterCommit(TransactionEvent event)
           
 void RemoteCommitEventManager.afterCommitComplete(TransactionEvent event)
           
 void EndTransactionListener.afterCommitComplete(TransactionEvent event)
          Notification that a transaction has successfully committed and the transaction is no longer active.
 void AbstractTransactionListener.afterCommitComplete(TransactionEvent event)
           
 void FlushTransactionListener.afterFlush(TransactionEvent event)
          Notification that a transaction has flushed all object changes.
 void AbstractTransactionListener.afterFlush(TransactionEvent event)
           
 void RemoteCommitEventManager.afterRollback(TransactionEvent event)
           
 void EndTransactionListener.afterRollback(TransactionEvent event)
          Notification that a transaction has been rolled back.
 void AbstractTransactionListener.afterRollback(TransactionEvent event)
           
 void RemoteCommitEventManager.afterRollbackComplete(TransactionEvent event)
           
 void EndTransactionListener.afterRollbackComplete(TransactionEvent event)
          Notification that a transaction has been rolled back and the transaction is no longer active.
 void AbstractTransactionListener.afterRollbackComplete(TransactionEvent event)
           
 void RemoteCommitEventManager.afterStateTransitions(TransactionEvent event)
           
 void EndTransactionListener.afterStateTransitions(TransactionEvent event)
          Notification that state transitions are complete.
 void AbstractTransactionListener.afterStateTransitions(TransactionEvent event)
           
 void RemoteCommitEventManager.beforeCommit(TransactionEvent event)
           
 void EndTransactionListener.beforeCommit(TransactionEvent event)
          Notification that the next flush is for the transaction commit.
 void AbstractTransactionListener.beforeCommit(TransactionEvent event)
           
 void FlushTransactionListener.beforeFlush(TransactionEvent event)
          Notification that a transaction is about to flush all object changes.
 void AbstractTransactionListener.beforeFlush(TransactionEvent event)
           
protected  void AbstractTransactionListener.eventOccurred(TransactionEvent event)
          Catch-all for unhandled events.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.