|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueListSupport.Header | |
org.codehaus.activemq.service.impl | Default implementations of the services |
Uses of QueueListSupport.Header in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return QueueListSupport.Header | |
protected abstract QueueListSupport.Header |
QueueListSupport.getHeader()
Looks up the header object, lazily creating one if the current table is empty |
Methods in org.codehaus.activemq.service.impl with parameters of type QueueListSupport.Header | |
protected Long |
QueueListSupport.createKey(QueueListSupport.Header header)
|
protected abstract void |
QueueListSupport.updateHeader(QueueListSupport.Header header)
Writes the header back to disk after its been changed |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |