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

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

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

Classes in org.apache.qpid.server.queue that implement QueueEntryListFactory
(package private) static class ConflationQueueList.Factory
           
(package private) static class PriorityQueueList.Factory
           
(package private) static class SimpleQueueEntryList.Factory
           
 

Constructors in org.apache.qpid.server.queue with parameters of type QueueEntryListFactory
SimpleAMQQueue(org.apache.qpid.framing.AMQShortString name, boolean durable, org.apache.qpid.framing.AMQShortString owner, boolean autoDelete, boolean exclusive, VirtualHost virtualHost, QueueEntryListFactory entryListFactory, Map<String,Object> arguments)
           
SimpleAMQQueue(String queueName, boolean durable, String owner, boolean autoDelete, boolean exclusive, VirtualHost virtualHost, QueueEntryListFactory entryListFactory, Map<String,Object> arguments)
           
 



Licensed to the Apache Software Foundation