HashSet mbeans = new HashSet();
MBeanElement element = null;
try
{
MBeanFileParser parser = new MLetParser();
Set mlets = parser.parseMBeanFile(url);
if (mlets.size() == 0)
throw new ServiceNotFoundException("The specified URL '" + url + "' does not contain MLET tags.");
Iterator it = mlets.iterator();