org.eclipse.emf.cdo
Interface CDOSessionInvalidationEvent

All Superinterfaces:
CDOEvent, CDOSessionEvent, org.eclipse.net4j.util.event.IEvent

public interface CDOSessionInvalidationEvent
extends CDOSessionEvent


Field Summary
static long LOCAL_ROLLBACK
           
 
Method Summary
 java.util.Set<CDOIDAndVersion> getDirtyOIDs()
           
 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.
 CDOView getView()
           
 
Methods inherited from interface org.eclipse.emf.cdo.CDOSessionEvent
getSession
 
Methods inherited from interface org.eclipse.net4j.util.event.IEvent
getSource
 

Field Detail

LOCAL_ROLLBACK

static final long LOCAL_ROLLBACK
See Also:
Constant Field Values
Method Detail

getView

CDOView getView()

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.


getDirtyOIDs

java.util.Set<CDOIDAndVersion> getDirtyOIDs()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.