hu.netmind.beankeeper.event
Class ObjectsFinalizationEvent
java.lang.Object
hu.netmind.beankeeper.event.ObjectsFinalizationEvent
- All Implemented Interfaces:
- PersistenceEvent
public class ObjectsFinalizationEvent
- extends java.lang.Object
- implements PersistenceEvent
This event is delivered when the changed objects are finalized in the database
as part of the commit sequence. At this point there is still a chance that
the commit will fail. This event is delivered on all nodes for all changes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectsFinalizationEvent
public ObjectsFinalizationEvent(java.util.List<PersistenceMetaData> metas,
java.lang.Long serial,
java.lang.Long txSerial)
getMetas
public java.util.List<PersistenceMetaData> getMetas()
getSerial
public java.lang.Long getSerial()
getTxSerial
public java.lang.Long getTxSerial()