}
catch(Exception ex)
{
continue;
}
ConnectorMBean mbean = (ConnectorMBean) MBeanTyper.typeMBean(getServer(), oi.getObjectName(), ConnectorMBean.class);
String type = mbean.getTransportType();
Map props = mbean.getTransportProperties();
ObjectName co = oi.getObjectName();
// convert object name in to a suitable JMXRemoting objectname
ObjectName on = JMXRemotingObjectName.create(serverid, addr, co, co.getKeyProperty("name"), instanceid);
DetectionNotification msg = createDetectionStartupNotification(detectionDomain, co, on, serverId, instanceid, type, props);
if(logMethod && log.isDebugEnabled())