Uses of Class
org.apache.qpid.management.configuration.BrokerConnectionException

Packages that use BrokerConnectionException
org.apache.qpid.management.configuration   
org.apache.qpid.management.domain.services   
 

Uses of BrokerConnectionException in org.apache.qpid.management.configuration
 

Methods in org.apache.qpid.management.configuration that throw BrokerConnectionException
(package private)  void Configuration.addBrokerConnectionData(UUID brokerId, BrokerConnectionData connectionData)
          Adds to this configuration a new broker connection data.
 BrokerConnectionData Configurator.createAndReturnBrokerConnectionData(UUID brokerId, String host, int port, String username, String password, String virtualHost, int initialPoolCapacity, int maxPoolCapacity, long maxWaitTimeout)
          Creates and return a value object (BrokerConnectionData) with the given parameters.
 

Uses of BrokerConnectionException in org.apache.qpid.management.domain.services
 

Methods in org.apache.qpid.management.domain.services that throw BrokerConnectionException
 void QMan.addBroker(String host, int port, String username, String password, String virtualHost, int initialPoolCapacity, int maxPoolCapacity, long maxWaitTimeout)
          Connects Q-Man with a broker defined by the given parameter.
 



Licensed to the Apache Software Foundation