Uses of Interface
org.activemq.service.QueueList

Packages that use QueueList
org.activemq.service.impl Default implementations of the services 
 

Uses of QueueList in org.activemq.service.impl
 

Classes in org.activemq.service.impl that implement QueueList
 class DefaultQueueList
          Linked list class to provide uniformly named methods to get,remove and insert an element at the beginning and end of the list.
 class QueueListSupport
          A base class which is useful for implementation inheritence when implementing a persistent QueueList
 

Fields in org.activemq.service.impl declared as QueueList
protected  QueueList SubscriptionImpl.messagePtrs
           
 

Constructors in org.activemq.service.impl with parameters of type QueueList
DurableQueueMessageContainer(PersistenceAdapter persistenceAdapter, MessageStore messageStore, String destinationName, QueueList messagesToBeDelivered, QueueList deliveredMessages)
           
 



Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.