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(JmsDestination dest)
          Create a destination of the specified type.
 DestinationCache DestinationManager.createDestinationCache(java.sql.Connection connection, 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(java.lang.String dest)
          Return the destination object associated with destination
 DestinationCache DestinationManager.getDestinationCache(MessageImpl message)
          Return the DestinationCache for this message.
 

Methods in org.exolab.jms.messagemgr with parameters of type DestinationCache
 void DestinationManager.destroyDestinationCache(DestinationCache cache)
          Delete the specfied destination
 void TopicConsumerEndpoint.destinationAdded(JmsDestination destination, DestinationCache cache)
           
 void TopicConsumerEndpoint.destinationRemoved(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 DestinationEventListener.destinationRemoved(JmsDestination destination, DestinationCache cache)
          This method is called when a new destination is removed from the DestinationManager
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(DestinationCache listener)
          Construct a helper for the specified destination cache.
MessageLeaseHelper(java.sql.Connection connection, DestinationCache listener)
          Construct a helper for the specified destination cache.
 



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