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

Packages that use Store
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.kaha fast message persistence implementation 
org.apache.activemq.kaha.impl Kaha implementation classes 
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
org.apache.activemq.usage   
 

Uses of Store in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker that return Store
 Store Broker.getTempDataStore()
           
 Store EmptyBroker.getTempDataStore()
           
 Store MutableBrokerFilter.getTempDataStore()
           
 Store BrokerFilter.getTempDataStore()
           
 Store ErrorBroker.getTempDataStore()
           
 Store BrokerService.getTempDataStore()
           
 

Methods in org.apache.activemq.broker with parameters of type Store
 void BrokerService.setTempDataStore(Store tempDataStore)
           
 

Uses of Store in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return Store
 Store RegionBroker.getTempDataStore()
           
 

Uses of Store in org.apache.activemq.kaha
 

Methods in org.apache.activemq.kaha that return Store
static Store StoreFactory.open(File directory, String mode)
          Open or create a Store
static Store StoreFactory.open(File directory, String mode, AtomicLong size)
          Open or create a Store
static Store StoreFactory.open(String name, String mode)
          open or create a Store
static Store StoreFactory.open(String name, String mode, AtomicLong size)
          open or create a Store
 

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

Classes in org.apache.activemq.kaha.impl that implement Store
 class KahaStore
          Store Implementation
 

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

Methods in org.apache.activemq.store.kahadaptor that return Store
protected  Store KahaPersistenceAdapter.createStore()
           
protected  Store KahaReferenceStoreAdapter.getStateStore()
           
protected  Store KahaPersistenceAdapter.getStore()
           
 

Constructors in org.apache.activemq.store.kahadaptor with parameters of type Store
KahaTopicMessageStore(Store store, MapContainer<MessageId,Message> messageContainer, ListContainer<TopicSubAck> ackContainer, MapContainer<String,SubscriptionInfo> subsContainer, ActiveMQDestination destination)
           
KahaTopicReferenceStore(Store store, KahaReferenceStoreAdapter adapter, MapContainer<MessageId,ReferenceRecord> messageContainer, ListContainer<TopicSubAck> ackContainer, MapContainer<String,SubscriptionInfo> subsContainer, ActiveMQDestination destination)
           
 

Uses of Store in org.apache.activemq.usage
 

Methods in org.apache.activemq.usage that return Store
 Store TempUsage.getStore()
           
 

Methods in org.apache.activemq.usage with parameters of type Store
 void TempUsage.setStore(Store store)
           
 

Constructors in org.apache.activemq.usage with parameters of type Store
SystemUsage(String name, PersistenceAdapter adapter, Store tempStore)
           
TempUsage(String name, Store store)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.