return null;
}
public MBeanInfo getMBeanInfo() {
System.out.println("getM");
MBeanAttributeInfo mai = null;
try {
mai = new MBeanAttributeInfo("mname", "Desccasas", MBeansDiagnosisProvider.class.getMethod("test"), null);
} catch (IntrospectionException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (SecurityException e) {
// TODO Auto-generated catch block