1 7 8 package javax.management; 9 10 11 16 public interface MBeanServerDelegateMBean { 17 18 23 public String getMBeanServerId(); 24 25 31 public String getSpecificationName(); 32 33 39 public String getSpecificationVersion(); 40 41 47 public String getSpecificationVendor(); 48 49 54 public String getImplementationName(); 55 56 61 public String getImplementationVersion(); 62 63 68 public String getImplementationVendor(); 69 70 } 71 | Popular Tags |