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