org.apache.cayenne.access.event
Class SnapshotEvent
java.lang.Object
java.util.EventObject
org.apache.cayenne.event.CayenneEvent
org.apache.cayenne.access.event.SnapshotEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SnapshotEvent
- extends CayenneEvent
Event sent on modification of the DataRowStore.
- Since:
- 1.1
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SnapshotEvent(java.lang.Object source,
java.lang.Object postedBy,
java.util.Map modifiedDiffs,
java.util.Collection deletedIds,
java.util.Collection invalidatedIds,
java.util.Collection indirectlyModifiedIds)
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
timestamp
protected long timestamp
deletedIds
protected java.util.Collection deletedIds
invalidatedIds
protected java.util.Collection invalidatedIds
modifiedDiffs
protected java.util.Map modifiedDiffs
indirectlyModifiedIds
protected java.util.Collection indirectlyModifiedIds
SnapshotEvent
public SnapshotEvent(java.lang.Object source,
java.lang.Object postedBy,
java.util.Map modifiedDiffs,
java.util.Collection deletedIds,
java.util.Collection invalidatedIds,
java.util.Collection indirectlyModifiedIds)
getTimestamp
public long getTimestamp()
getModifiedDiffs
public java.util.Map getModifiedDiffs()
getDeletedIds
public java.util.Collection getDeletedIds()
getInvalidatedIds
public java.util.Collection getInvalidatedIds()
getIndirectlyModifiedIds
public java.util.Collection getIndirectlyModifiedIds()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.