|
|||||||||||
PREV CLASS NEXT CLASS | 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
,
MLetParser
,
org.jboss.mx.loading.MBeanLoader
,
org.jboss.mx.loading.XMLMBeanParser
Method Summary | |
Set |
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). |
Set |
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). |
Method Detail |
public Set parseMBeanFile(URL url) throws ParseException
url
- URL of the file
ParseException
- if there was an error parsing the fileMBeanElement
public Set parseMBeanFile(String url) throws ParseException, MalformedURLException
url
- URL of the file
ParseException
- if there was an error parsing the file
MalformedURLException
- if the URL string was not validMBeanElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |