1 7 8 package com.sun.jmx.defaults; 9 10 15 public class ServiceName { 16 17 private ServiceName() { 19 } 20 21 26 public static final String DELEGATE = 27 "JMImplementation:type=MBeanServerDelegate" ; 28 29 35 public static final String MLET = "type=MLet"; 36 37 42 public static final String DOMAIN = "DefaultDomain"; 43 44 49 public static final String JMX_SPEC_NAME = "Java Management Extensions"; 50 51 56 public static final String JMX_SPEC_VERSION = "1.2 Maintenance Release"; 57 58 63 public static final String JMX_SPEC_VENDOR = "Sun Microsystems"; 64 65 70 public static final String JMX_IMPL_NAME = "JMX"; 71 72 78 public static final String JMX_IMPL_VENDOR = "Sun Microsystems"; 79 } 80 | Popular Tags |