hu.netmind.beankeeper.event
Class TransactionRolledbackEvent

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

public class TransactionRolledbackEvent
extends TransactionEvent

This event is sent when the transaction given has rolled back physically. Note: Do not use the transaction object for any additional operations, as it is already closed, and not usable.


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

TransactionRolledbackEvent

public TransactionRolledbackEvent(Transaction transaction)