org.apache.qpid.server.queue
Class PriorityQueueList.Factory

java.lang.Object
  extended by org.apache.qpid.server.queue.PriorityQueueList.Factory
All Implemented Interfaces:
QueueEntryListFactory
Enclosing class:
PriorityQueueList

static class PriorityQueueList.Factory
extends Object
implements QueueEntryListFactory


Constructor Summary
PriorityQueueList.Factory(int priorities)
           
 
Method Summary
 QueueEntryList createQueueEntryList(AMQQueue queue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityQueueList.Factory

PriorityQueueList.Factory(int priorities)
Method Detail

createQueueEntryList

public QueueEntryList createQueueEntryList(AMQQueue queue)
Specified by:
createQueueEntryList in interface QueueEntryListFactory


Licensed to the Apache Software Foundation