org.eclipse.emf.spi.cdo
Class CDOSessionInvalidationEventQueue

java.lang.Object
  extended by org.eclipse.emf.spi.cdo.CDOSessionInvalidationEventQueue
Direct Known Subclasses:
CDOSessionInvalidationAggregator

public class CDOSessionInvalidationEventQueue
extends Object

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
4.2
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.

Constructor Summary
CDOSessionInvalidationEventQueue(CDOSession session)
           
 
Method Summary
 void dispose()
           
 CDOChangeSetData getChangeSetData()
          Removes and returns the first event from this queue.
 CDOSession getSession()
           
protected  void handleEvent(CDOSessionInvalidationEvent event)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDOSessionInvalidationEventQueue

public CDOSessionInvalidationEventQueue(CDOSession session)
Method Detail

dispose

public void dispose()

getSession

public CDOSession getSession()

getChangeSetData

public CDOChangeSetData getChangeSetData()
Removes and returns the first event from this queue.


reset

public void reset()

handleEvent

protected void handleEvent(CDOSessionInvalidationEvent event)
                    throws Exception
Throws:
Exception


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.