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 BoundedDeadlineEventQueue
           
 class BoundedFifoEventQueue
           
 class BoundedPriorityEventQueue
           
 

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