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

Packages that use MessageQueueAdapter
org.jacorb.notification.queue   
 

Uses of MessageQueueAdapter in org.jacorb.notification.queue
 

Classes in org.jacorb.notification.queue that implement MessageQueueAdapter
 class DefaultMessageQueueAdapter
           
 class RWLockEventQueueDecorator
           
 

Methods in org.jacorb.notification.queue that return MessageQueueAdapter
 MessageQueueAdapter EventQueueFactory.newMessageQueue(QoSPropertySet qosProperties)
           
 

Methods in org.jacorb.notification.queue with parameters of type MessageQueueAdapter
 void RWLockEventQueueDecorator.replaceDelegate(MessageQueueAdapter newDelegate)
           
 

Constructors in org.jacorb.notification.queue with parameters of type MessageQueueAdapter
RWLockEventQueueDecorator(MessageQueueAdapter initialDelegate)