Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.activemq.service.impl.DefaultQueueListEntry

Uses of DefaultQueueListEntry in org.activemq.service.impl
 

Fields in org.activemq.service.impl declared as DefaultQueueListEntry
(package private)  DefaultQueueListEntry DefaultQueueListEntry.next
           
(package private)  DefaultQueueListEntry DefaultQueueListEntry.previous
           
private  DefaultQueueListEntry DefaultQueueList.header
           
 

Methods in org.activemq.service.impl that return DefaultQueueListEntry
 DefaultQueueListEntry DefaultQueueList.entry(int index)
           
 

Constructors in org.activemq.service.impl with parameters of type DefaultQueueListEntry
DefaultQueueListEntry(java.lang.Object element, DefaultQueueListEntry next, DefaultQueueListEntry previous)
          Create a DefaultQueueListEntry for an object value