|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriberEntry | |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.codehaus.activemq.store.cache | |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of SubscriberEntry in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return SubscriberEntry | |
SubscriberEntry |
Subscription.getSubscriptionEntry()
Lazily creates the persistent entry representation of this subscription |
Uses of SubscriberEntry in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return SubscriberEntry | |
SubscriberEntry |
SubscriptionImpl.getSubscriptionEntry()
|
protected SubscriberEntry |
SubscriptionImpl.createSubscriptionEntry()
|
Uses of SubscriberEntry in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store that return SubscriberEntry | |
SubscriberEntry |
TopicMessageStore.getSubscriberEntry(ConsumerInfo info)
Finds the subscriber entry for the given consumer info |
Methods in org.codehaus.activemq.store with parameters of type SubscriberEntry | |
void |
TopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
Inserts or updates the subscriber info due to a subscription change |
Uses of SubscriberEntry in org.codehaus.activemq.store.cache |
Methods in org.codehaus.activemq.store.cache that return SubscriberEntry | |
SubscriberEntry |
CacheTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.cache with parameters of type SubscriberEntry | |
void |
CacheTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
Uses of SubscriberEntry in org.codehaus.activemq.store.vm |
Methods in org.codehaus.activemq.store.vm that return SubscriberEntry | |
SubscriberEntry |
VMTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
Methods in org.codehaus.activemq.store.vm with parameters of type SubscriberEntry | |
void |
VMTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |