| This example shows how to use the XML configuration files to load MBeans into
an MBeanServer.
The main class is
ConfigurationLoader , that is able to read the XML
configuration format defined by the MX4J project (see the online documentation
for details on the format).
A ConfigurationLoader is an MBean itself, and loads information
from one XML file into one MBeanServer.
This example runs by specifying the path of an XML configuration file as a
program argument, such as
java -classpath ... mx4j.examples.tools.config.ConfigurationStartup ./config.xml
Refer to the documentation about the ConfigurationLoader for further information.
version: $Revision: 1.1 $ See Also: ConfigurationShutdown |