|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionKey | |
---|---|
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.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.apache.activemq.store.memory | VM based implementation of message persistence |
Uses of SubscriptionKey in org.apache.activemq.broker.jmx |
---|
Methods in org.apache.activemq.broker.jmx with parameters of type SubscriptionKey | |
---|---|
protected void |
ManagedRegionBroker.addInactiveSubscription(SubscriptionKey key,
SubscriptionInfo info)
|
protected void |
ManagedRegionBroker.registerSubscription(ObjectName key,
ConsumerInfo info,
SubscriptionKey subscriptionKey,
SubscriptionView view)
|
Uses of SubscriptionKey in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region with type parameters of type SubscriptionKey | |
---|---|
protected ConcurrentHashMap<SubscriptionKey,DurableTopicSubscription> |
TopicRegion.durableSubscriptions
|
Methods in org.apache.activemq.broker.region that return SubscriptionKey | |
---|---|
SubscriptionKey |
DurableTopicSubscription.getSubscriptionKey()
|
Methods in org.apache.activemq.broker.region with parameters of type SubscriptionKey | |
---|---|
void |
Topic.deleteSubscription(ConnectionContext context,
SubscriptionKey key)
|
Uses of SubscriptionKey in org.apache.activemq.store.journal |
---|
Methods in org.apache.activemq.store.journal with parameters of type SubscriptionKey | |
---|---|
protected void |
JournalTopicMessageStore.acknowledge(MessageId messageId,
org.apache.activeio.journal.RecordLocation location,
SubscriptionKey key)
|
Uses of SubscriptionKey in org.apache.activemq.store.memory |
---|
Methods in org.apache.activemq.store.memory that return types with arguments of type SubscriptionKey | |
---|---|
protected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> |
MemoryTopicMessageStore.makeSubMap()
|
protected static Map<SubscriptionKey,SubscriptionInfo> |
MemoryTopicMessageStore.makeSubscriptionInfoMap()
|
Constructor parameters in org.apache.activemq.store.memory with type arguments of type SubscriptionKey | |
---|---|
MemoryTopicMessageStore(ActiveMQDestination destination,
Map<MessageId,Message> messageTable,
Map<SubscriptionKey,SubscriptionInfo> subscriberDatabase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |