|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOViewInvalidationEvent
An event that is emitted to registered listeners of a CDOView if
passive update is enabled for the session.
CDOInvalidationNotification,
CDOAdapterPolicy| Method Summary | |
|---|---|
java.util.Set<? extends CDOObject> |
getDetachedObjects()
Returns a set of the CDOObjects of the removed objects. |
java.util.Set<? extends CDOObject> |
getDirtyObjects()
Returns a set of the CDOObjects of the modified objects. |
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 |
|---|
getView |
| Methods inherited from interface org.eclipse.net4j.util.event.IEvent |
|---|
getSource |
| Method Detail |
|---|
long getTimeStamp()
LOCAL_ROLLBACK if this event was sent due to a local rollback.
java.util.Set<? extends CDOObject> getDirtyObjects()
CDOObjects of the modified objects.
java.util.Set<? extends CDOObject> getDetachedObjects()
CDOObjects of the removed objects.
|
Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||