|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

A view event fired when passive updates (commit notifications) are being received from a remote
repository. Passive updates must be enabled for this event to be
fired.
CDOSessionInvalidationEvent,
CDOInvalidationNotification,
CDOAdapterPolicy| Method Summary | |
|---|---|
Set<CDOObject> |
getDetachedObjects()
Returns a set of the CDOObjects of the removed objects. |
Set<CDOObject> |
getDirtyObjects()
Returns a set of the CDOObjects of the modified objects. |
Map<CDOObject,CDORevisionDelta> |
getRevisionDeltas()
Returns a map with the change deltas per object. |
long |
getTimeStamp()
Returns the time stamp of the server transaction if this event was sent as a result of a successfully committed transaction or LOCAL_ROLLBACK if this event was sent due to a local rollback. |
| Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEvent |
|---|
getSource |
| Method Detail |
|---|
long getTimeStamp()
LOCAL_ROLLBACK if this event was sent due to a local rollback.
Set<CDOObject> getDirtyObjects()
CDOObjects of the modified objects.
Map<CDOObject,CDORevisionDelta> getRevisionDeltas()
change deltas per object. Note that this map may contain object/
null mappings, if the delta is not available!
Set<CDOObject> getDetachedObjects()
CDOObjects of the removed objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||