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