Interface that abstracts the access to different MBean loader parsers
(MLet file parsers, XML based parsers, etc.).
See Also:javax.management.loading.MLet See Also:org.jboss.mx.loading.MLetParser See Also: org.jboss.mx.loading.MBeanLoader See Also: org.jboss.mx.loading.XMLMBeanParser author: Juha Lindfors. version: $Revision: 57200 $
parseMBeanFile(URL url) Parses a file that describes the configuration of MBeans to load and
instantiate in the MBean server (for example, MLet text file).
parseMBeanFile(String url) Parses a file that describes the configuration of MBean to load and
instantiate in the MBean server (for example, MLet text file).
Parses a file that describes the configuration of MBeans to load and
instantiate in the MBean server (for example, MLet text file).
See Also:org.jboss.mx.loading.MBeanElement Parameters: url - URL of the file a set of MBeanElement objects that contain the requiredinformation to load and register the MBean throws: ParseException - if there was an error parsing the file
Parses a file that describes the configuration of MBean to load and
instantiate in the MBean server (for example, MLet text file).
See Also:org.jboss.mx.loading.MBeanElement Parameters: url - URL of the file a set of MBeanElement objects that contain the requiredinformation to load and register the MBean throws: ParseException - if there was an error parsing the file throws: MalformedURLException - if the URL string was not valid