Uses of Class
org.exolab.jms.messagemgr.DestinationCache

Packages that use DestinationCache
org.exolab.jms.messagemgr   
 

Uses of DestinationCache in org.exolab.jms.messagemgr
 

Subclasses of DestinationCache in org.exolab.jms.messagemgr
 class QueueDestinationCache
          A DestinationCache for Queues
 class TopicDestinationCache
          A DestinationCache for Topics.
 

Methods in org.exolab.jms.messagemgr that return DestinationCache
 DestinationCache DestinationManager.createDestinationCache(java.sql.Connection connection, JmsDestination dest)
          Create a destination of the specified type.
 DestinationCache DestinationManager.createDestinationCache(JmsDestination dest)
          Create a destination of the specified type.
 DestinationCache DestinationManager.getDestinationCache(JmsDestination dest)
          Return the destination cache associated with the dest object
 DestinationCache DestinationManager.getDestinationCache(MessageImpl message)
          Return the DestinationCache for this message.
 DestinationCache DestinationManager.getDestinationCache(java.lang.String dest)
          Return the destination object associated with destination
 

Methods in org.exolab.jms.messagemgr with parameters of type DestinationCache
 void TopicConsumerEndpoint.destinationAdded(JmsDestination destination, DestinationCache cache)
           
 void DestinationEventListener.destinationAdded(JmsDestination destination, DestinationCache cache)
          This method is called when a new destination is added to the DestinationManager
 void TopicConsumerEndpoint.destinationRemoved(JmsDestination destination, DestinationCache cache)
           
 void DestinationEventListener.destinationRemoved(JmsDestination destination, DestinationCache cache)
          This method is called when a new destination is removed from the DestinationManager
 void DestinationManager.destroyDestinationCache(DestinationCache cache)
          Delete the specfied destination
protected  void MessageLeaseHelper.init(DestinationCache listener, java.sql.Connection connection)
          This method is used for all common initialization code.
 

Constructors in org.exolab.jms.messagemgr with parameters of type DestinationCache
MessageLeaseHelper(java.sql.Connection connection, DestinationCache listener)
          Construct a helper for the specified destination cache.
MessageLeaseHelper(DestinationCache listener)
          Construct a helper for the specified destination cache.
 



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