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

Packages that use DestinationManager
org.exolab.jms.messagemgr   
org.exolab.jms.server   
 

Uses of DestinationManager in org.exolab.jms.messagemgr
 

Classes in org.exolab.jms.messagemgr that implement DestinationManager
 class DestinationManagerImpl
          The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects.
 

Methods in org.exolab.jms.messagemgr with parameters of type DestinationManager
 void MessageMgr.setDestinationManager(DestinationManager manager)
          Sets the destination manager.
 

Constructors in org.exolab.jms.messagemgr with parameters of type DestinationManager
DurableConsumerEndpoint(long consumerId, JmsTopic topic, java.lang.String name, DestinationManager destinations)
          Construct a new DurableConsumerEndpoint.
TopicConsumerEndpoint(long consumerId, long connectionId, JmsTopic topic, java.lang.String selector, boolean noLocal, DestinationManager destinations)
          Construct a new TopicConsumerEndpoint.
DestinationBinder(DestinationManager destinations, NameService names)
          Construct a new DestinationBinder.
ResourceManager(MessageManager messages, DestinationManager destinations, DatabaseService database)
          Construct a resource manager using the default directory for its log files.
ConsumerManagerImpl(DestinationManager destinations, DatabaseService database)
          Construct a new ConsumerManager.
DestinationConfigurator(Configuration config, DestinationManager destinations, ConsumerManager consumers)
          Create a new DestinationConfigurator.
 

Uses of DestinationManager in org.exolab.jms.server
 

Constructors in org.exolab.jms.server with parameters of type DestinationManager
AdminConnection(Configuration config, AuthenticationMgr authenticator, DestinationManager destinations, ConsumerManager consumers, DatabaseService database, Services services)
          Construct a new AdminConnection.
AdminConnectionFactory(Configuration config, AuthenticationMgr authMgr, DestinationManager destMgr, ConsumerManager consumers, DatabaseService database, Services services)
          Construct a new AdminConnectionManager.
 



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