package com.haogrgr.test.jmx; public interface HelloServiceImplMBean { public String sayHello(String name); }