Uses of Interface
org.apache.activemq.store.TopicMessageStore

Packages that use TopicMessageStore
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.memory VM based implementation of message persistence 
 

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

Constructors in org.apache.activemq.broker.region with parameters of type TopicMessageStore
TempTopic(BrokerService brokerService, ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
Topic(BrokerService brokerService, ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, TaskRunnerFactory taskFactory)
           
 

Uses of TopicMessageStore in org.apache.activemq.store
 

Subinterfaces of TopicMessageStore in org.apache.activemq.store
 interface TopicReferenceStore
          A MessageStore for durable topic subscriptions
 

Classes in org.apache.activemq.store that implement TopicMessageStore
 class ProxyTopicMessageStore
          A simple proxy that delegates to another MessageStore.
 

Methods in org.apache.activemq.store that return TopicMessageStore
 TopicMessageStore PersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
          Factory method to create a new topic message store with the given destination name
 

Constructors in org.apache.activemq.store with parameters of type TopicMessageStore
ProxyTopicMessageStore(TopicMessageStore delegate)
           
 

Uses of TopicMessageStore in org.apache.activemq.store.memory
 

Classes in org.apache.activemq.store.memory that implement TopicMessageStore
 class MemoryTopicMessageStore
           
 

Methods in org.apache.activemq.store.memory that return TopicMessageStore
 TopicMessageStore MemoryPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
           
 TopicMessageStore MemoryTransactionStore.proxy(TopicMessageStore messageStore)
           
 

Methods in org.apache.activemq.store.memory with parameters of type TopicMessageStore
 void MemoryTransactionStore.acknowledge(TopicMessageStore destination, String clientId, String subscriptionName, MessageId messageId, MessageAck ack)
           
 TopicMessageStore MemoryTransactionStore.proxy(TopicMessageStore messageStore)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.