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

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

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

Fields in org.apache.qpid.management.configuration with type parameters of type BrokerConnectionData
(package private)  Map<UUID,BrokerConnectionData> Configuration._brokerConnectionInfos
           
 

Methods in org.apache.qpid.management.configuration that return BrokerConnectionData
 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.
 BrokerConnectionData BrokerAlreadyConnectedException.getBrokerConnectionData()
          Returns the connection data of the connected broker.
 BrokerConnectionData Configuration.getBrokerConnectionData(UUID brokerId)
          Gets from this configuration the connection data of the broker associated with the given id.
 

Methods in org.apache.qpid.management.configuration that return types with arguments of type BrokerConnectionData
 Set<Map.Entry<UUID,BrokerConnectionData>> Configuration.getConnectionInfos()
          Gets from this configuration the list of known broker (I mean, only their connection data).
 

Methods in org.apache.qpid.management.configuration with parameters of type BrokerConnectionData
(package private)  void Configuration.addBrokerConnectionData(UUID brokerId, BrokerConnectionData connectionData)
          Adds to this configuration a new broker connection data.
(package private)  void QpidDatasource.addConnectionPool(UUID brokerId, BrokerConnectionData connectionData)
          Adds a connection pool to this datasource.
 

Constructors in org.apache.qpid.management.configuration with parameters of type BrokerConnectionData
BrokerAlreadyConnectedException(BrokerConnectionData connectionData)
          Builds a new exception with the given data.
 

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

Methods in org.apache.qpid.management.domain.services that return BrokerConnectionData
 BrokerConnectionData ManagementClient.getBrokerConnectionData()
          Returns the connection data associated with this management client.
 

Methods in org.apache.qpid.management.domain.services with parameters of type BrokerConnectionData
 void QMan.createManagementClient(UUID brokerId, BrokerConnectionData data)
          Creates a management client using the given data.
 

Constructors in org.apache.qpid.management.domain.services with parameters of type BrokerConnectionData
ManagementClient(UUID brokerId, BrokerConnectionData connectionData)
          Builds a new ManagementClient with the given identifier and connection data.
 



Licensed to the Apache Software Foundation