Uses of Class
org.apache.activemq.command.ActiveMQTopic

Packages that use ActiveMQTopic
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.console.filter   
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.jdbc Message persistence implemented using JDBC 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
org.apache.activemq.store.memory VM based implementation of message persistence 
org.apache.activemq.store.rapid   
 

Uses of ActiveMQTopic in org.apache.activemq.advisory
 

Fields in org.apache.activemq.advisory declared as ActiveMQTopic
static ActiveMQTopic AdvisorySupport.CONNECTION_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.QUEUE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_QUEUE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_TOPIC_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TOPIC_ADVISORY_TOPIC
           
 

Methods in org.apache.activemq.advisory that return ActiveMQTopic
static ActiveMQTopic AdvisorySupport.getConnectionAdvisoryTopic()
           
static ActiveMQTopic AdvisorySupport.getConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getProducerAdvisoryTopic(ActiveMQDestination destination)
           
 

Methods in org.apache.activemq.advisory with parameters of type ActiveMQTopic
protected  void AdvisoryBroker.fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command)
           
protected  void AdvisoryBroker.fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
           
protected  void AdvisoryBroker.fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId, ActiveMQMessage advisoryMessage)
           
protected  void AdvisoryBroker.fireConsumerAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command)
           
protected  void AdvisoryBroker.fireConsumerAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
           
protected  void AdvisoryBroker.fireProducerAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command)
           
protected  void AdvisoryBroker.fireProducerAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
           
 

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

Methods in org.apache.activemq.broker.region with parameters of type ActiveMQTopic
abstract  SubscriptionInfo[] DestinationFactory.getAllDurableSubscriptions(ActiveMQTopic topic)
          Lists all the durable subscirptions for a given destination.
 SubscriptionInfo[] DestinationFactoryImpl.getAllDurableSubscriptions(ActiveMQTopic topic)
           
 

Uses of ActiveMQTopic in org.apache.activemq.console.filter
 

Methods in org.apache.activemq.console.filter with parameters of type ActiveMQTopic
protected  List AmqMessagesQueryFilter.queryMessages(ActiveMQTopic topic, String selector)
          Query the messages of a topic destination using a message consumer
 

Uses of ActiveMQTopic in org.apache.activemq.store
 

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

Uses of ActiveMQTopic in org.apache.activemq.store.jdbc
 

Methods in org.apache.activemq.store.jdbc with parameters of type ActiveMQTopic
 TopicMessageStore JDBCPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
           
 

Constructors in org.apache.activemq.store.jdbc with parameters of type ActiveMQTopic
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQTopic topic)
           
 

Uses of ActiveMQTopic in org.apache.activemq.store.journal
 

Methods in org.apache.activemq.store.journal with parameters of type ActiveMQTopic
 TopicMessageStore JournalPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destinationName)
           
 TopicMessageStore QuickJournalPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destinationName)
           
 

Constructors in org.apache.activemq.store.journal with parameters of type ActiveMQTopic
JournalTopicMessageStore(JournalPersistenceAdapter adapter, TopicMessageStore checkpointStore, ActiveMQTopic destinationName)
           
QuickJournalTopicMessageStore(QuickJournalPersistenceAdapter adapter, TopicMessageStore checkpointStore, ActiveMQTopic destinationName)
           
 

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

Methods in org.apache.activemq.store.kahadaptor with parameters of type ActiveMQTopic
 TopicMessageStore KahaPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
           
 

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

Methods in org.apache.activemq.store.memory with parameters of type ActiveMQTopic
 TopicMessageStore MemoryPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
           
 

Uses of ActiveMQTopic in org.apache.activemq.store.rapid
 

Methods in org.apache.activemq.store.rapid with parameters of type ActiveMQTopic
 TopicMessageStore RapidPersistenceAdapter.createTopicMessageStore(ActiveMQTopic destination)
           
 

Constructors in org.apache.activemq.store.rapid with parameters of type ActiveMQTopic
RapidTopicMessageStore(RapidPersistenceAdapter adapter, ActiveMQTopic destination, MapContainer messageContainer, MapContainer subsContainer, MapContainer ackContainer)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.