hu.netmind.beankeeper.event
Class TransactionRollingbackEvent

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

public class TransactionRollingbackEvent
extends TransactionEvent

This event is sent when the transaction given is about to roll back. The transaction is usable, but all operations will be rolled back anyway. Exceptions thrown in the handler of this event will not cause the rollback process to abort, so all handlers a guaranteed to be invoked, and the rollback is guaranteed to occur.


Constructor Summary
TransactionRollingbackEvent(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

TransactionRollingbackEvent

public TransactionRollingbackEvent(Transaction transaction)