org.apache.qpid.server.queue
Class ConflationQueueList
java.lang.Object
org.apache.qpid.server.queue.SimpleQueueEntryList
org.apache.qpid.server.queue.ConflationQueueList
- All Implemented Interfaces:
- QueueEntryList
public class ConflationQueueList
- extends SimpleQueueEntryList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConflationQueueList
public ConflationQueueList(AMQQueue queue,
String conflationKey)
getConflationKey
public String getConflationKey()
createQueueEntry
protected org.apache.qpid.server.queue.ConflationQueueList.ConflationQueueEntry createQueueEntry(ServerMessage message)
- Overrides:
createQueueEntry
in class SimpleQueueEntryList
add
public QueueEntry add(ServerMessage message)
- Specified by:
add
in interface QueueEntryList
- Overrides:
add
in class SimpleQueueEntryList
Licensed to the Apache Software Foundation