Package org.eclipse.emf.spi.cdo
Class CDOSessionInvalidationEventQueue
- java.lang.Object
- 
- org.eclipse.emf.spi.cdo.CDOSessionInvalidationEventQueue
 
- 
- Direct Known Subclasses:
- CDOSessionInvalidationAggregator
 
 public class CDOSessionInvalidationEventQueue extends java.lang.ObjectIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.2
- Author:
- Eike Stepper
- 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 SummaryConstructors Constructor Description CDOSessionInvalidationEventQueue(CDOSession session)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddispose()CDOChangeSetDatagetChangeSetData()Deprecated.As of 4.3 usepoll().CDOSessiongetSession()protected voidhandleEvent(CDOSessionInvalidationEvent event)CDOSessionInvalidationEventpoll()Removes and returns the first event from this queue.CDOSessionInvalidationEventremove(long timestamp)voidreset()
 
- 
- 
- 
Constructor Detail- 
CDOSessionInvalidationEventQueuepublic CDOSessionInvalidationEventQueue(CDOSession session) 
 
- 
 - 
Method Detail- 
disposepublic void dispose() 
 - 
getSessionpublic CDOSession getSession() 
 - 
getChangeSetData@Deprecated public CDOChangeSetData getChangeSetData() Deprecated.As of 4.3 usepoll().Removes and returns the first event from this queue.
 - 
pollpublic CDOSessionInvalidationEvent poll() Removes and returns the first event from this queue.- Since:
- 4.3
 
 - 
removepublic CDOSessionInvalidationEvent remove(long timestamp) - Since:
- 4.3
 
 - 
resetpublic void reset() 
 - 
handleEventprotected void handleEvent(CDOSessionInvalidationEvent event) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-