Uses of Class
org.apache.activemq.broker.region.DurableTopicSubscription

Packages that use DurableTopicSubscription
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the store 
org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. 
 

Uses of DurableTopicSubscription in org.apache.activemq.broker.jmx
 

Fields in org.apache.activemq.broker.jmx declared as DurableTopicSubscription
protected  DurableTopicSubscription DurableSubscriptionView.durableSub
           
 

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

Fields in org.apache.activemq.broker.region with type parameters of type DurableTopicSubscription
protected  java.util.concurrent.ConcurrentHashMap<SubscriptionKey,DurableTopicSubscription> TopicRegion.durableSubscriptions
           
 

Methods in org.apache.activemq.broker.region with parameters of type DurableTopicSubscription
 void Topic.activate(ConnectionContext context, DurableTopicSubscription subscription)
           
 void Topic.deactivate(ConnectionContext context, DurableTopicSubscription sub)
           
 

Uses of DurableTopicSubscription in org.apache.activemq.broker.region.cursors
 

Constructors in org.apache.activemq.broker.region.cursors with parameters of type DurableTopicSubscription
StoreDurableSubscriberCursor(Broker broker, java.lang.String clientId, java.lang.String subscriberName, int maxBatchSize, DurableTopicSubscription subscription)
           
 

Uses of DurableTopicSubscription in org.apache.activemq.broker.region.policy
 

Methods in org.apache.activemq.broker.region.policy with parameters of type DurableTopicSubscription
 void PolicyEntry.configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)
           
 PendingMessageCursor PendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, java.lang.String clientId, java.lang.String name, int maxBatchSize, DurableTopicSubscription sub)
          Retrieve the configured pending message storage cursor;
 PendingMessageCursor StorePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, java.lang.String clientId, java.lang.String name, int maxBatchSize, DurableTopicSubscription sub)
          Retrieve the configured pending message storage cursor;
 PendingMessageCursor VMPendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, java.lang.String clientId, java.lang.String name, int maxBatchSize, DurableTopicSubscription sub)
          Retrieve the configured pending message storage cursor;
 PendingMessageCursor FilePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, java.lang.String clientId, java.lang.String name, int maxBatchSize, DurableTopicSubscription sub)
          Retrieve the configured pending message storage cursor;
 



Copyright © 2005-2016. All Rights Reserved.