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

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

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

Methods in org.apache.qpid.management.configuration that throw BrokerAlreadyConnectedException
(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 BrokerAlreadyConnectedException in org.apache.qpid.management.domain.services
 

Methods in org.apache.qpid.management.domain.services that throw BrokerAlreadyConnectedException
 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