|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueListEntry | |
|---|---|
| org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
| org.activemq.service.impl | Default implementations of the services |
| Uses of QueueListEntry in org.activemq.service |
|---|
| Methods in org.activemq.service that return QueueListEntry | |
|---|---|
QueueListEntry |
QueueList.add(Object o)
Appends the specified element to the end of this list. |
QueueListEntry |
QueueList.addBefore(Object o,
QueueListEntry node)
Insert an Entry before this entry |
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.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 |
| Methods in org.activemq.service with parameters of type QueueListEntry | |
|---|---|
QueueListEntry |
QueueList.addBefore(Object o,
QueueListEntry node)
Insert an Entry before this entry |
QueueListEntry |
QueueList.getNextEntry(QueueListEntry node)
Retrieve the next entry after this entry |
QueueListEntry |
QueueList.getPrevEntry(QueueListEntry node)
Retrive the previous entry after this entry |
void |
QueueList.remove(QueueListEntry node)
Remove a DefaultQueueListEntry |
| Uses of QueueListEntry in org.activemq.service.impl |
|---|
| Classes in org.activemq.service.impl that implement QueueListEntry | |
|---|---|
class |
DefaultQueueListEntry
Linked list entry class |
static class |
QueueListSupport.Node
|
| Methods in org.activemq.service.impl with parameters of type QueueListEntry | |
|---|---|
QueueListEntry |
DefaultQueueList.addAllBefore(Collection c,
QueueListEntry node)
|
QueueListEntry |
DefaultQueueList.addBefore(Object o,
QueueListEntry node)
|
QueueListEntry |
QueueListSupport.addBefore(Object value,
QueueListEntry entry)
|
QueueListEntry |
DefaultQueueList.getNextEntry(QueueListEntry node)
|
QueueListEntry |
QueueListSupport.getNextEntry(QueueListEntry entry)
|
QueueListEntry |
DefaultQueueList.getPrevEntry(QueueListEntry node)
|
QueueListEntry |
QueueListSupport.getPrevEntry(QueueListEntry entry)
|
void |
DefaultQueueList.remove(QueueListEntry node)
|
void |
QueueListSupport.remove(QueueListEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||