|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueListSupport.Header | |
---|---|
org.activemq.service.impl | Default implementations of the services |
Uses of QueueListSupport.Header in org.activemq.service.impl |
---|
Methods in org.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.activemq.service.impl with parameters of type QueueListSupport.Header | |
---|---|
protected Long |
QueueListSupport.createKey(QueueListSupport.Header header)
|
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(QueueListSupport.Header header,
int index)
|
protected abstract void |
QueueListSupport.updateHeader(QueueListSupport.Header header)
Writes the header back to disk after its been changed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |