Uses of Interface
org.apache.qpid.server.queue.QueueEntryList

Packages that use QueueEntryList
org.apache.qpid.server.queue   
 

Uses of QueueEntryList in org.apache.qpid.server.queue
 

Classes in org.apache.qpid.server.queue that implement QueueEntryList
 class ConflationQueueList
           
 class PriorityQueueList
           
 class SimpleQueueEntryList
           
 

Fields in org.apache.qpid.server.queue declared as QueueEntryList
protected  QueueEntryList SimpleAMQQueue._entries
          Used to track bindings to exchanges so that on deletion they can easily be cancelled.
 

Methods in org.apache.qpid.server.queue that return QueueEntryList
 QueueEntryList SimpleQueueEntryList.Factory.createQueueEntryList(AMQQueue queue)
           
 QueueEntryList QueueEntryListFactory.createQueueEntryList(AMQQueue queue)
           
 QueueEntryList ConflationQueueList.Factory.createQueueEntryList(AMQQueue queue)
           
 QueueEntryList PriorityQueueList.Factory.createQueueEntryList(AMQQueue queue)
           
 QueueEntryList QueueEntryImpl.getQueueEntryList()
           
 



Licensed to the Apache Software Foundation