Uses of Class
org.codehaus.activemq.service.SubscriberEntry

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.bdb Message persistence implemented using Berkeley DB Java Edition  
org.codehaus.activemq.store.bdbn Message persistence implemented using Berkeley DB, native C version  
org.codehaus.activemq.store.cache   
org.codehaus.activemq.store.jdbc Message persistence implemented using JDBC  
org.codehaus.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. 
org.codehaus.activemq.store.jdbm Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence)  
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.bdb
 

Methods in org.codehaus.activemq.store.bdb that return SubscriberEntry
 SubscriberEntry BDbTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
           
 

Methods in org.codehaus.activemq.store.bdb with parameters of type SubscriberEntry
 void BDbTopicMessageStore.setSubscriberEntry(ConsumerInfo info, SubscriberEntry subscriberEntry)
           
 

Uses of SubscriberEntry in org.codehaus.activemq.store.bdbn
 

Methods in org.codehaus.activemq.store.bdbn that return SubscriberEntry
 SubscriberEntry BDbTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
           
 

Methods in org.codehaus.activemq.store.bdbn with parameters of type SubscriberEntry
 void BDbTopicMessageStore.setSubscriberEntry(ConsumerInfo info, SubscriberEntry subscriberEntry)
           
 

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.jdbc
 

Methods in org.codehaus.activemq.store.jdbc that return SubscriberEntry
 SubscriberEntry JDBCTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
           
 SubscriberEntry JDBCAdapter.doGetSubscriberEntry(Connection c, String destinationName, String sub)
           
 

Methods in org.codehaus.activemq.store.jdbc with parameters of type SubscriberEntry
 void JDBCTopicMessageStore.setSubscriberEntry(ConsumerInfo info, SubscriberEntry subscriberEntry)
           
 void JDBCAdapter.doSetSubscriberEntry(Connection c, String destinationName, String sub, SubscriberEntry subscriberEntry)
           
 

Uses of SubscriberEntry in org.codehaus.activemq.store.jdbc.adapter
 

Methods in org.codehaus.activemq.store.jdbc.adapter that return SubscriberEntry
 SubscriberEntry DefaultJDBCAdapter.doGetSubscriberEntry(Connection c, String destinationName, String sub)
           
 

Methods in org.codehaus.activemq.store.jdbc.adapter with parameters of type SubscriberEntry
 void DefaultJDBCAdapter.doSetSubscriberEntry(Connection c, String destinationName, String sub, SubscriberEntry subscriberEntry)
           
 

Uses of SubscriberEntry in org.codehaus.activemq.store.jdbm
 

Methods in org.codehaus.activemq.store.jdbm that return SubscriberEntry
 SubscriberEntry JdbmTopicMessageStore.getSubscriberEntry(ConsumerInfo info)
           
 

Methods in org.codehaus.activemq.store.jdbm with parameters of type SubscriberEntry
 void JdbmTopicMessageStore.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)
           
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.