Uses of Class
com.mockrunner.jms.ConfigurationManager

Packages that use ConfigurationManager
com.mockrunner.jms   
com.mockrunner.mock.jms   
 

Uses of ConfigurationManager in com.mockrunner.jms
 

Methods in com.mockrunner.jms that return ConfigurationManager
protected  ConfigurationManager BasicJMSTestCaseAdapter.getConfigurationManager()
          Delegates to JMSTestModule.getConfigurationManager()
protected  ConfigurationManager JMSTestCaseAdapter.getConfigurationManager()
          Delegates to JMSTestModule.getConfigurationManager()
 ConfigurationManager JMSTestModule.getConfigurationManager()
          Returns the ConfigurationManager.
 

Uses of ConfigurationManager in com.mockrunner.mock.jms
 

Methods in com.mockrunner.mock.jms that return ConfigurationManager
protected  ConfigurationManager MockConnectionFactory.configurationManager()
           
 ConfigurationManager JMSMockObjectFactory.getConfigurationManager()
          Returns the ConfigurationManager.
 ConfigurationManager MockConnection.getConfigurationManager()
          Returns the ConfigurationManager.
 

Constructors in com.mockrunner.mock.jms with parameters of type ConfigurationManager
MockConnection(DestinationManager destinationManager, ConfigurationManager configurationManager)
           
MockConnection(DestinationManager destinationManager, ConfigurationManager configurationManager, java.lang.String userName, java.lang.String password)
           
MockConnectionFactory(DestinationManager destinationManager, ConfigurationManager configurationManager)
           
MockQueueConnection(DestinationManager destinationManager, ConfigurationManager configurationManager)
           
MockQueueConnection(DestinationManager destinationManager, ConfigurationManager configurationManager, java.lang.String userName, java.lang.String password)
           
MockQueueConnectionFactory(DestinationManager destinationManager, ConfigurationManager configurationManager)
           
MockTopicConnection(DestinationManager destinationManager, ConfigurationManager configurationManager)
           
MockTopicConnection(DestinationManager destinationManager, ConfigurationManager configurationManager, java.lang.String userName, java.lang.String password)
           
MockTopicConnectionFactory(DestinationManager destinationManager, ConfigurationManager configurationManager)