Uses of Interface
org.exolab.jms.messagemgr.ConsumerEndpoint

Packages that use ConsumerEndpoint
org.exolab.jms.messagemgr   
 

Uses of ConsumerEndpoint in org.exolab.jms.messagemgr
 

Classes in org.exolab.jms.messagemgr that implement ConsumerEndpoint
 class AbstractConsumerEndpoint
          Abstract implementation of the ConsumerEndpoint interface.
 class DurableConsumerEndpoint
          A ConsumerEndpoint for durable topic consumers.
 class QueueBrowserEndpoint
          A QueueBrowserEndpoint is a QueueListener to a QueueDestinationCache.
 class QueueConsumerEndpoint
          A ConsumerEndpoint for queues.
 class TopicConsumerEndpoint
          A ConsumerEndpoint for transient topic consumers.
 

Methods in org.exolab.jms.messagemgr that return ConsumerEndpoint
 ConsumerEndpoint ConsumerManager.createConsumer(JmsDestination destination, long connectionId, java.lang.String selector, boolean noLocal)
          Create a transient consumer for the specified destination.
 ConsumerEndpoint ConsumerManagerImpl.createConsumer(JmsDestination destination, long connectionId, java.lang.String selector, boolean noLocal)
          Create a transient consumer for the specified destination.
 ConsumerEndpoint ConsumerManager.createQueueBrowser(JmsQueue queue, java.lang.String selector)
          Create a new queue browser.
 ConsumerEndpoint ConsumerManagerImpl.createQueueBrowser(JmsQueue queue, java.lang.String selector)
          Create a browser for the specified destination and the selector.
protected  ConsumerEndpoint[] AbstractDestinationCache.getConsumerArray()
          Helper to return the consumers as an array.
protected  ConsumerEndpoint AbstractDestinationCache.getConsumerEndpoint(long consumerId)
          Returns a consumer endpoint, given its id.
 ConsumerEndpoint ConsumerManager.getConsumerEndpoint(long consumerId)
          Return the consumer with the specified identity.
 ConsumerEndpoint ConsumerManagerImpl.getConsumerEndpoint(long consumerId)
          Return the consumer with the specified identity.
 ConsumerEndpoint ConsumerManager.getConsumerEndpoint(java.lang.String persistentId)
          Return the consumer with the specified persistent identity.
 ConsumerEndpoint ConsumerManagerImpl.getConsumerEndpoint(java.lang.String persistentId)
          Return the consumer with the specified persistent identity.
 

Methods in org.exolab.jms.messagemgr with parameters of type ConsumerEndpoint
 boolean AbstractDestinationCache.addConsumer(ConsumerEndpoint consumer)
          Register a consumer with this cache.
 boolean DestinationCache.addConsumer(ConsumerEndpoint consumer)
          Register a consumer with this cache.
 void ConsumerManager.closeConsumer(ConsumerEndpoint consumer)
          Close a consumer.
 void ConsumerManagerImpl.closeConsumer(ConsumerEndpoint consumer)
          Close a consumer.
 void ConsumerEndpointListener.messageAvailable(ConsumerEndpoint consumer)
          Notifies that a message is available for a particular consumer.
 void AbstractDestinationCache.removeConsumer(ConsumerEndpoint consumer)
          Remove the consumer for the list of registered consumers.
 void DestinationCache.removeConsumer(ConsumerEndpoint consumer)
          Remove the consumer for the list of registered consumers.
 



Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.