hu.netmind.beankeeper.event
Class TransactionCommittedEvent

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

public class TransactionCommittedEvent
extends TransactionEvent

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


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

TransactionCommittedEvent

public TransactionCommittedEvent(Transaction transaction)