Uses of Class
org.jacorb.notification.queue.AbstractBoundedEventQueue

Packages that use AbstractBoundedEventQueue
org.jacorb.notification.queue   
 

Uses of AbstractBoundedEventQueue in org.jacorb.notification.queue
 

Subclasses of AbstractBoundedEventQueue in org.jacorb.notification.queue
 class AbstractBoundedEventHeap
           
 class BoundedDeadlineEventQueue
          Note that most of the methods are not thread-safe.
 class BoundedFifoEventQueue
          Note that most of the methods are not thread-safe.
 class BoundedPriorityEventQueue
          Note that the methods do not need to be thread-safe.
 class BoundedReceiveTimeEventQueue
          a bounded event queue that orders the added messages by their receivetimestamp attribute.
 

Methods in org.jacorb.notification.queue with parameters of type AbstractBoundedEventQueue
 Message EventQueueOverflowStrategy.removeElementFromQueue(AbstractBoundedEventQueue queue)