Interface CDOViewInvalidationEvent

All Superinterfaces:
CDOTimeProvider, CDOViewEvent, org.eclipse.net4j.util.event.IEvent

public interface CDOViewInvalidationEvent extends CDOViewEvent, CDOTimeProvider
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.
Since:
2.0
Author:
Simon McDuff
See Also:
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

  • Method Details

    • getTimeStamp

      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.
      Specified by:
      getTimeStamp in interface CDOTimeProvider
    • getDirtyObjects

      Set<CDOObject> getDirtyObjects()
      Returns a set of the CDOObjects of the modified objects.
    • getRevisionDeltas

      Map<CDOObject,CDORevisionDelta> getRevisionDeltas()
      Returns a map with the change deltas per object. Note that this map may contain object/ null mappings, if the delta is not available!
      Since:
      4.0
    • getDetachedObjects

      Set<CDOObject> getDetachedObjects()
      Returns a set of the CDOObjects of the removed objects.