Package org.apache.qpid.management.configuration

Interface Summary
IParser Interface definition for configuration parser Concrete implementors are responsible for parsing a specific XML part of configuration data.
 

Class Summary
BrokerConnectionData Value object which is holding connection data for a specific broker.
BrokerConnectionDataParser Parser used for building broker connection data settings.
Configuration Qpid Management bridge configuration.
Configurator Director used for coordinating the build process of configuration.
MessageHandlerMapping Message Handler mapping used for associating an opcode with a message handler.
QpidDatasource Qpid datasource.
WorkerManagerConfigurationParser Parser used for building worker manager settings.
 

Enum Summary
Tag Configuration Tag catalogue.
 

Exception Summary
BrokerAlreadyConnectedException Thrown when an attempt is made in order to connect QMan with an already connected broker.
BrokerConnectionException Thrown when a connection to a broker cannot be estabilished.
ConfigurationException Thrown when a problem is encountered during building the configuration.
UnknownAccessCodeException Thrown when no access mode is found in configuration associated to the given code.
UnknownBrokerException Thrown when someone requests connection data for an unknown broker.
UnknownTypeCodeException Thrown when no type is found in configuration associated to the given code.
 



Licensed to the Apache Software Foundation