|
|||||||||
| Home >> All >> org >> activemq >> service >> [ impl overview ] | PREV NEXT | ||||||||
Uses of Class
org.activemq.service.impl.QueueListSupport.Node
| Uses of QueueListSupport.Node in org.activemq.service.impl |
| Methods in org.activemq.service.impl that return QueueListSupport.Node | |
protected abstract QueueListSupport.Node |
QueueListSupport.getNode(java.lang.Long key)
|
protected QueueListSupport.Node |
QueueListSupport.getNode(int index)
|
protected QueueListSupport.Node |
QueueListSupport.getNode(QueueListSupport.Header header,
int index)
|
protected QueueListSupport.Node |
QueueListSupport.doAddLast(java.lang.Object value,
QueueListSupport.Header header)
|
protected QueueListSupport.Node |
QueueListSupport.doAddBefore(QueueListSupport.Header header,
QueueListSupport.Node nextNode,
java.lang.Object element)
|
protected QueueListSupport.Node |
QueueListSupport.createNode()
|
| Methods in org.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,
java.lang.Object element)
|
protected abstract void |
QueueListSupport.doRemoveNode(QueueListSupport.Node node)
|
|
|||||||||
| Home >> All >> org >> activemq >> service >> [ impl overview ] | PREV NEXT | ||||||||