1: package demo.hw.server; 2: 3: public interface ServerMBean { 4: String getServiceName(); 5: 6: String getAddress(); 7: }