|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueListSupport.Node | |
|---|---|
| org.activemq.service.impl | Default implementations of the services |
| Uses of QueueListSupport.Node in org.activemq.service.impl |
|---|
| Methods in org.activemq.service.impl that return QueueListSupport.Node | |
|---|---|
protected QueueListSupport.Node |
QueueListSupport.createNode()
|
protected QueueListSupport.Node |
QueueListSupport.doAddBefore(QueueListSupport.Header header,
QueueListSupport.Node nextNode,
Object element)
|
protected QueueListSupport.Node |
QueueListSupport.doAddLast(Object value,
QueueListSupport.Header header)
|
protected QueueListSupport.Node |
QueueListSupport.getNode(int index)
|
protected abstract QueueListSupport.Node |
QueueListSupport.getNode(Long key)
|
protected QueueListSupport.Node |
QueueListSupport.getNode(QueueListSupport.Header header,
int index)
|
| Methods in org.activemq.service.impl with parameters of type QueueListSupport.Node | |
|---|---|
protected QueueListSupport.Node |
QueueListSupport.doAddBefore(QueueListSupport.Header header,
QueueListSupport.Node nextNode,
Object element)
|
protected abstract void |
QueueListSupport.doRemoveNode(QueueListSupport.Node node)
|
protected boolean |
QueueListSupport.removeNode(QueueListSupport.Node node)
|
protected abstract void |
QueueListSupport.updateNode(QueueListSupport.Node node)
Updates the node |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||