Class CDOSessionInvalidationEventQueue

  • Direct Known Subclasses:
    CDOSessionInvalidationAggregator

    public class CDOSessionInvalidationEventQueue
    extends java.lang.Object
    If 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 Detail

      • CDOSessionInvalidationEventQueue

        public CDOSessionInvalidationEventQueue​(CDOSession session)
    • Method Detail

      • dispose

        public void dispose()
      • getChangeSetData

        @Deprecated
        public CDOChangeSetData getChangeSetData()
        Deprecated.
        As of 4.3 use poll().
        Removes and returns the first event from this queue.
      • reset

        public void reset()
      • handleEvent

        protected void handleEvent​(CDOSessionInvalidationEvent event)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception