hu.netmind.beankeeper.event
Class TransactionCommittingEvent

java.lang.Object
  extended by hu.netmind.beankeeper.event.TransactionEvent
      extended by hu.netmind.beankeeper.event.TransactionCommittingEvent
All Implemented Interfaces:
PersistenceEvent

public class TransactionCommittingEvent
extends TransactionEvent

This event is sent when the transaction given is about to commit. Exceptions thrown in this handler will cause the commit process to abort, and start the rollback process, so it is not guaranteed that after sending out this event, the transaction will commit physically. The transaction inside this event can be used to perform additional operations.


Constructor Summary
TransactionCommittingEvent(Transaction transaction)
           
 
Method Summary
 
Methods inherited from class hu.netmind.beankeeper.event.TransactionEvent
getTransaction, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionCommittingEvent

public TransactionCommittingEvent(Transaction transaction)