|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 ConcurrentHashMap<SubscriptionKey,DurableTopicSubscription> |
TopicRegion.durableSubscriptions
|
| Methods in org.apache.activemq.broker.region that return DurableTopicSubscription | |
|---|---|
DurableTopicSubscription |
TopicRegion.getDurableSubscription(SubscriptionKey key)
|
| Methods in org.apache.activemq.broker.region that return types with arguments of type DurableTopicSubscription | |
|---|---|
Map<SubscriptionKey,DurableTopicSubscription> |
Topic.getDurableTopicSubs()
|
| 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,
List<MessageReference> dispatched)
|
| 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,
String clientId,
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 |
VMPendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker,
String clientId,
String name,
int maxBatchSize,
DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor; |
PendingMessageCursor |
StorePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker,
String clientId,
String name,
int maxBatchSize,
DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor; |
PendingMessageCursor |
PendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker,
String clientId,
String name,
int maxBatchSize,
DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor; |
PendingMessageCursor |
FilePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker,
String clientId,
String name,
int maxBatchSize,
DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||