return null;
}
}
public MBeanAttributeInfo[] getAttributeInfos() throws JMException {
AttributeInfoHelper helper = new AttributeInfoHelper();
helper.addAttribute(getObjectToManage(), "endpointName", "name of the endpoint");
helper.addAttribute(getObjectToManage(), "serviceName", "name of the service");
helper.addAttribute(getObjectToManage(), "componentName", "component name of the service unit");
helper.addAttribute(getObjectToManage(), "interfaces", "interfaces implemented by this endpoint");
return helper.getAttributeInfos();
}