This object defines the JMS binding's runtime configuration information. The
runtime is setup when the component is installed and is physically stored
in ${COMPONENT_INSTALL_ROOT)/jms_config.xml file. This object uses the
XMLReader implementation to read configuration data and initialize itself.
The object is created when the binding component is initialized. If changes
are manually made to ${COMPONENT_INSTALL_ROOT)/jms_config.xml file, the
component needs to be shutdown and restarted for the changes to take
affect.
author: Sun Microsystems Inc.
Constructor Summary
public
Config(String configFileName) Creates a new instance of Config.
Parameters: configFileName - configuration file name.
Method Summary
protected void
clearAll() Clears the configuration object details.
Creates a new instance of Config.
Parameters: configFileName - configuration file name. This file name should notbe relative and should contain the absolute path.
Reads data from the configuration object and initializes itself.
Parameters: componentId - is the ComponentId obtained from the JBI Context. throws: JBIException - - when the object cannot be initialized.