org.eclipse.emf.spi.cdo
Class CDOSessionInvalidationAggregator

java.lang.Object
  extended by org.eclipse.emf.spi.cdo.CDOSessionInvalidationAggregator

public class CDOSessionInvalidationAggregator
extends Object

Since:
4.0
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
CDOSessionInvalidationAggregator(CDOSession session)
           
 
Method Summary
 void dispose()
           
 CDOChangeSetData getChangeSetData()
           
 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

CDOSessionInvalidationAggregator

public CDOSessionInvalidationAggregator(CDOSession session)
Method Detail

dispose

public void dispose()

getSession

public CDOSession getSession()

getChangeSetData

public CDOChangeSetData getChangeSetData()

reset

public void reset()

handleEvent

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


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