Uses of Class
org.apache.qpid.server.queue.SimpleQueueEntryList

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

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

Subclasses of SimpleQueueEntryList in org.apache.qpid.server.queue
 class ConflationQueueList
           
 

Fields in org.apache.qpid.server.queue with type parameters of type SimpleQueueEntryList
(package private) static AtomicReferenceFieldUpdater<SimpleQueueEntryList,QueueEntryImpl> SimpleQueueEntryList._tailUpdater
           
 

Constructors in org.apache.qpid.server.queue with parameters of type SimpleQueueEntryList
QueueEntryImpl(SimpleQueueEntryList queueEntryList)
           
QueueEntryImpl(SimpleQueueEntryList queueEntryList, ServerMessage message)
           
QueueEntryImpl(SimpleQueueEntryList queueEntryList, ServerMessage message, long entryId)
           
 



Licensed to the Apache Software Foundation