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

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

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

Fields in org.apache.qpid.server.queue declared as QueueEntryImpl
(package private)  QueueEntryImpl QueueEntryImpl._next
           
 

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

Methods in org.apache.qpid.server.queue that return QueueEntryImpl
protected  QueueEntryImpl SimpleQueueEntryList.createQueueEntry(ServerMessage message)
           
 QueueEntryImpl QueueEntryImpl.getNext()
           
(package private)  QueueEntryImpl QueueEntryImpl.nextNode()
           
 

Methods in org.apache.qpid.server.queue with parameters of type QueueEntryImpl
 void AMQQueue.requeue(QueueEntryImpl storeContext, Subscription subscription)
           
 void SimpleAMQQueue.requeue(QueueEntryImpl entry, Subscription subscription)
           
 

Constructors in org.apache.qpid.server.queue with parameters of type QueueEntryImpl
SimpleQueueEntryList.QueueEntryIteratorImpl(QueueEntryImpl startNode)
           
 



Licensed to the Apache Software Foundation