home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / management / MBeanServerDelegateMBean.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  342 b   |  18 lines

  1. package javax.management;
  2.  
  3. public interface MBeanServerDelegateMBean {
  4.    String getMBeanServerId();
  5.  
  6.    String getSpecificationName();
  7.  
  8.    String getSpecificationVersion();
  9.  
  10.    String getSpecificationVendor();
  11.  
  12.    String getImplementationName();
  13.  
  14.    String getImplementationVersion();
  15.  
  16.    String getImplementationVendor();
  17. }
  18.