org.apache.qpid.server.queue
Class PriorityQueueList
java.lang.Object
org.apache.qpid.server.queue.PriorityQueueList
- All Implemented Interfaces:
- QueueEntryList
public class PriorityQueueList
- extends Object
- implements QueueEntryList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityQueueList
public PriorityQueueList(AMQQueue queue,
int priorities)
getPriorities
public int getPriorities()
getQueue
public AMQQueue getQueue()
- Specified by:
getQueue
in interface QueueEntryList
add
public QueueEntry add(ServerMessage message)
- Specified by:
add
in interface QueueEntryList
next
public QueueEntry next(QueueEntry node)
- Specified by:
next
in interface QueueEntryList
iterator
public QueueEntryIterator iterator()
- Specified by:
iterator
in interface QueueEntryList
getHead
public QueueEntry getHead()
- Specified by:
getHead
in interface QueueEntryList
Licensed to the Apache Software Foundation