Uses of Interface
org.jacorb.notification.queue.MessageQueue

Packages that use MessageQueue
org.jacorb.notification.queue   
 

Uses of MessageQueue in org.jacorb.notification.queue
 

Classes in org.jacorb.notification.queue that implement MessageQueue
 class AbstractBoundedEventHeap
           
 class AbstractBoundedEventQueue
           
 class BoundedDeadlineEventQueue
          Note that most of the methods are not thread-safe. this causes no problem as the methods are not intended to be directly called by clients. instead the superclass implements the interface EventQueue and invokes the methods thereby synchronizing access.
 class BoundedFifoEventQueue
          Note that most of the methods are not thread-safe. this causes no problem as the methods are not intended to be directly called by clients. instead the superclass implements the interface EventQueue and invokes the methods thereby synchronizing access.
 class BoundedPriorityEventQueue
          Note that the methods do not need to be thread-safe. this causes no problem as the methods are not intended to be directly called by clients. instead the superclass implements the interface EventQueue and invokes the methods thereby synchronizing access.
 class BoundedReceiveTimeEventQueue
          a bounded event queue that orders the added messages by their receivetimestamp attribute.
 

Constructors in org.jacorb.notification.queue with parameters of type MessageQueue
DefaultMessageQueueAdapter(MessageQueue queue)