|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that abstracts the access to different MBean loader parsers (MLet file parsers, XML based parsers, etc.).
MLet
(src) ,
MLetParser
(src) ,
org.jboss.mx.loading.MBeanLoader
,
org.jboss.mx.loading.XMLMBeanParser
Method Summary | |
java.util.Set |
parseMBeanFile(java.lang.String url)
Parses a file that describes the configuration of MBean to load and instantiate in the MBean server (for example, MLet text file). |
java.util.Set |
parseMBeanFile(java.net.URL url)
Parses a file that describes the configuration of MBeans to load and instantiate in the MBean server (for example, MLet text file). |
Method Detail |
public java.util.Set parseMBeanFile(java.net.URL url) throws java.text.ParseException
url
- URL of the file
java.text.ParseException
- if there was an error parsing the fileMBeanElement
(src) public java.util.Set parseMBeanFile(java.lang.String url) throws java.text.ParseException, java.net.MalformedURLException
url
- URL of the file
java.text.ParseException
- if there was an error parsing the file
java.net.MalformedURLException
- if the URL string was not validMBeanElement
(src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |