Uses of Interface
org.apache.activemq.kaha.ListContainer

Packages that use ListContainer
org.apache.activemq.kaha fast message persistence implementation 
org.apache.activemq.kaha.impl   
org.apache.activemq.kaha.impl.container   
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
 

Uses of ListContainer in org.apache.activemq.kaha
 

Methods in org.apache.activemq.kaha that return ListContainer
 ListContainer Store.getListContainer(java.lang.Object id)
          Get a ListContainer with the given id and creates it if it doesn't exist
 ListContainer Store.getListContainer(java.lang.Object id, java.lang.String containerName)
          Get a ListContainer with the given id and creates it if it doesn't exist
 ListContainer Store.getListContainer(java.lang.Object id, java.lang.String containerName, java.lang.String indexType)
          Get a ListContainer with the given id and creates it if it doesn't exist
 

Uses of ListContainer in org.apache.activemq.kaha.impl
 

Methods in org.apache.activemq.kaha.impl that return ListContainer
 ListContainer KahaStore.getListContainer(java.lang.Object id)
           
 ListContainer KahaStore.getListContainer(java.lang.Object id, java.lang.String containerName)
           
 ListContainer KahaStore.getListContainer(java.lang.Object id, java.lang.String containerName, java.lang.String indexType)
           
 

Uses of ListContainer in org.apache.activemq.kaha.impl.container
 

Classes in org.apache.activemq.kaha.impl.container that implement ListContainer
 class ListContainerImpl
          Implementation of a ListContainer
 

Uses of ListContainer in org.apache.activemq.store.kahadaptor
 

Methods in org.apache.activemq.store.kahadaptor that return ListContainer
protected  ListContainer KahaPersistenceAdapter.getListContainer(java.lang.Object id, java.lang.String containerName)
           
 

Constructors in org.apache.activemq.store.kahadaptor with parameters of type ListContainer
KahaTopicMessageStore(Store store, ListContainer messageContainer, ListContainer ackContainer, MapContainer subsContainer, ActiveMQDestination destination)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.