Uses of Class
org.activemq.service.impl.QueueListSupport.Header

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 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)
           
 



Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.