| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.cayenne.event.CayenneEvent
org.apache.cayenne.access.event.SnapshotEvent
public class SnapshotEvent
Event sent on modification of the DataRowStore.
| Field Summary | |
|---|---|
| protected  Collection | deletedIds | 
| protected  Collection | indirectlyModifiedIds | 
| protected  Collection | invalidatedIds | 
| protected  Map | modifiedDiffs | 
| protected  long | timestamp | 
| Fields inherited from class org.apache.cayenne.event.CayenneEvent | 
|---|
| info, postedBy, subject | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| SnapshotEvent(Object source,
              Object postedBy,
              Map modifiedDiffs,
              Collection deletedIds,
              Collection invalidatedIds,
              Collection indirectlyModifiedIds) | |
| Method Summary | |
|---|---|
|  Collection | getDeletedIds() | 
|  Collection | getIndirectlyModifiedIds() | 
|  Collection | getInvalidatedIds() | 
|  Map | getModifiedDiffs() | 
|  long | getTimestamp() | 
|  String | toString() | 
| Methods inherited from class org.apache.cayenne.event.CayenneEvent | 
|---|
| getInfo, getPostedBy, getSubject, setPostedBy, setSubject | 
| 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 | 
| Field Detail | 
|---|
protected long timestamp
protected Collection deletedIds
protected Collection invalidatedIds
protected Map modifiedDiffs
protected Collection indirectlyModifiedIds
| Constructor Detail | 
|---|
public SnapshotEvent(Object source,
                     Object postedBy,
                     Map modifiedDiffs,
                     Collection deletedIds,
                     Collection invalidatedIds,
                     Collection indirectlyModifiedIds)
| Method Detail | 
|---|
public long getTimestamp()
public Map getModifiedDiffs()
public Collection getDeletedIds()
public Collection getInvalidatedIds()
public Collection getIndirectlyModifiedIds()
public String toString()
toString in class EventObject| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||