|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SubscriberEntry | |
| org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
| org.activemq.service.impl | Default implementations of the services |
| org.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
| org.activemq.store.cache | |
| org.activemq.store.jdbc | Message persistence implemented using JDBC |
| org.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
| org.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
| org.activemq.store.vm | VM based implementation of message persistence |
| Uses of SubscriberEntry in org.activemq.service |
| Methods in org.activemq.service that return SubscriberEntry | |
SubscriberEntry |
Subscription.getSubscriptionEntry()
Lazily creates the persistent entry representation of this subscription |
| Uses of SubscriberEntry in org.activemq.service.impl |
| Methods in org.activemq.service.impl that return SubscriberEntry | |
SubscriberEntry |
SubscriptionImpl.getSubscriptionEntry()
|
protected SubscriberEntry |
SubscriptionImpl.createSubscriptionEntry()
|
| Uses of SubscriberEntry in org.activemq.store |
| Methods in org.activemq.store that return SubscriberEntry | |
SubscriberEntry |
TopicMessageStore.getSubscriberEntry(ConsumerInfo info)
Finds the subscriber entry for the given consumer info |
SubscriberEntry |
ProxyTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
| Methods in org.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 |
void |
ProxyTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
| Uses of SubscriberEntry in org.activemq.store.cache |
| Methods in org.activemq.store.cache that return SubscriberEntry | |
SubscriberEntry |
CacheTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
| Methods in org.activemq.store.cache with parameters of type SubscriberEntry | |
void |
CacheTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
| Uses of SubscriberEntry in org.activemq.store.jdbc |
| Methods in org.activemq.store.jdbc that return SubscriberEntry | |
SubscriberEntry |
JDBCTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
SubscriberEntry |
JDBCAdapter.doGetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub)
|
| Methods in org.activemq.store.jdbc with parameters of type SubscriberEntry | |
void |
JDBCTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
void |
JDBCAdapter.doSetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub,
SubscriberEntry subscriberEntry)
|
| Uses of SubscriberEntry in org.activemq.store.jdbc.adapter |
| Methods in org.activemq.store.jdbc.adapter that return SubscriberEntry | |
SubscriberEntry |
DefaultJDBCAdapter.doGetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub)
|
| Methods in org.activemq.store.jdbc.adapter with parameters of type SubscriberEntry | |
void |
DefaultJDBCAdapter.doSetSubscriberEntry(java.sql.Connection c,
java.lang.String destinationName,
java.lang.String sub,
SubscriberEntry subscriberEntry)
|
| Uses of SubscriberEntry in org.activemq.store.journal |
| Methods in org.activemq.store.journal that return SubscriberEntry | |
SubscriberEntry |
JournalTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
| Methods in org.activemq.store.journal with parameters of type SubscriberEntry | |
void |
JournalTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
| Uses of SubscriberEntry in org.activemq.store.vm |
| Methods in org.activemq.store.vm that return SubscriberEntry | |
SubscriberEntry |
VMTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
|
| Methods in org.activemq.store.vm with parameters of type SubscriberEntry | |
void |
VMTopicMessageStore.setSubscriberEntry(ConsumerInfo info,
SubscriberEntry subscriberEntry)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||