Uses of Interface
org.codehaus.activemq.service.QueueListEntry

Packages that use QueueListEntry
org.codehaus.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager  
org.codehaus.activemq.service.impl Default implementations of the services  
 

Uses of QueueListEntry in org.codehaus.activemq.service
 

Methods in org.codehaus.activemq.service that return QueueListEntry
 QueueListEntry QueueList.addFirst(Object o)
          Inserts the given element at the beginning of this list.
 QueueListEntry QueueList.addLast(Object o)
          Appends the given element to the end of this list.
 QueueListEntry QueueList.add(Object o)
          Appends the specified element to the end of this list.
 QueueListEntry QueueList.getFirstEntry()
          Retrieve the first entry for the linked list
 QueueListEntry QueueList.getLastEntry()
          Retrieve the last entry for the linked list
 QueueListEntry QueueList.getNextEntry(QueueListEntry node)
          Retrieve the next entry after this entry
 QueueListEntry QueueList.getPrevEntry(QueueListEntry node)
          Retrive the previous entry after this entry
 QueueListEntry QueueList.addBefore(Object o, QueueListEntry node)
          Insert an Entry before this entry
 

Methods in org.codehaus.activemq.service with parameters of type QueueListEntry
 QueueListEntry QueueList.getNextEntry(QueueListEntry node)
          Retrieve the next entry after this entry
 QueueListEntry QueueList.getPrevEntry(QueueListEntry node)
          Retrive the previous entry after this entry
 QueueListEntry QueueList.addBefore(Object o, QueueListEntry node)
          Insert an Entry before this entry
 void QueueList.remove(QueueListEntry node)
          Remove a DefaultQueueListEntry
 

Uses of QueueListEntry in org.codehaus.activemq.service.impl
 

Classes in org.codehaus.activemq.service.impl that implement QueueListEntry
 class DefaultQueueListEntry
          Linked list entry class
static class QueueListSupport.Node
           
 

Methods in org.codehaus.activemq.service.impl that return QueueListEntry
 QueueListEntry QueueListSupport.addFirst(Object value)
           
 QueueListEntry QueueListSupport.addLast(Object value)
           
 QueueListEntry QueueListSupport.add(Object value)
           
 QueueListEntry QueueListSupport.getFirstEntry()
           
 QueueListEntry QueueListSupport.getLastEntry()
           
 QueueListEntry QueueListSupport.getNextEntry(QueueListEntry entry)
           
 QueueListEntry QueueListSupport.getPrevEntry(QueueListEntry entry)
           
 QueueListEntry QueueListSupport.addBefore(Object value, QueueListEntry entry)
           
 QueueListEntry DefaultQueueList.addFirst(Object o)
           
 QueueListEntry DefaultQueueList.addLast(Object o)
           
 QueueListEntry DefaultQueueList.add(Object o)
           
 QueueListEntry DefaultQueueList.getFirstEntry()
           
 QueueListEntry DefaultQueueList.getLastEntry()
           
 QueueListEntry DefaultQueueList.getNextEntry(QueueListEntry node)
           
 QueueListEntry DefaultQueueList.getPrevEntry(QueueListEntry node)
           
 QueueListEntry DefaultQueueList.addBefore(Object o, QueueListEntry node)
           
 

Methods in org.codehaus.activemq.service.impl with parameters of type QueueListEntry
 QueueListEntry QueueListSupport.getNextEntry(QueueListEntry entry)
           
 QueueListEntry QueueListSupport.getPrevEntry(QueueListEntry entry)
           
 QueueListEntry QueueListSupport.addBefore(Object value, QueueListEntry entry)
           
 void QueueListSupport.remove(QueueListEntry entry)
           
 QueueListEntry DefaultQueueList.getNextEntry(QueueListEntry node)
           
 QueueListEntry DefaultQueueList.getPrevEntry(QueueListEntry node)
           
 QueueListEntry DefaultQueueList.addBefore(Object o, QueueListEntry node)
           
 void DefaultQueueList.remove(QueueListEntry node)
           
 



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