jdk/src/share/classes/com/sun/jmx/snmp/ServiceName.java
changeset 7038 fd9c0e3b34eb
parent 5506 202f599c92aa
equal deleted inserted replaced
7037:9fd3887c8010 7038:fd9c0e3b34eb
    25 
    25 
    26 package com.sun.jmx.snmp;
    26 package com.sun.jmx.snmp;
    27 
    27 
    28 /**
    28 /**
    29  * Used for storing default values used by SNMP Runtime services.
    29  * Used for storing default values used by SNMP Runtime services.
    30  * <p><b>This API is a Sun Microsystems internal API  and is subject
    30  * <p><b>This API is an Oracle Corporation internal API  and is subject
    31  * to change without notice.</b></p>
    31  * to change without notice.</b></p>
    32  */
    32  */
    33 public class ServiceName {
    33 public class ServiceName {
    34 
    34 
    35     // private constructor defined to "hide" the default public constructor
    35     // private constructor defined to "hide" the default public constructor
   142     public static final String JMX_SPEC_VERSION = "1.2 Maintenance Release";
   142     public static final String JMX_SPEC_VERSION = "1.2 Maintenance Release";
   143 
   143 
   144     /**
   144     /**
   145      * The vendor of the JMX specification implemented by this product.
   145      * The vendor of the JMX specification implemented by this product.
   146      * <BR>
   146      * <BR>
   147      * The value is <CODE>Sun Microsystems</CODE>.
   147      * The value is <CODE>Oracle Corporation</CODE>.
   148      */
   148      */
   149     public static final String JMX_SPEC_VENDOR = "Sun Microsystems";
   149     public static final String JMX_SPEC_VENDOR = "Oracle Corporation";
   150 
   150 
   151     /**
   151     /**
   152      * The name of the vendor of this product implementing the  JMX specification.
   152      * The name of the vendor of this product implementing the  JMX specification.
   153      * <BR>
   153      * <BR>
   154      * The value is <CODE>Sun Microsystems</CODE>.
   154      * The value is <CODE>Oracle Corporation</CODE>.
   155      */
   155      */
   156     public static final String JMX_IMPL_VENDOR = "Sun Microsystems";
   156     public static final String JMX_IMPL_VENDOR = "Oracle Corporation";
   157 
   157 
   158     /**
   158     /**
   159       * The build number of the current product version, of the form <CODE>rXX</CODE>.
   159       * The build number of the current product version, of the form <CODE>rXX</CODE>.
   160       */
   160       */
   161     public static final String BUILD_NUMBER = "r01";
   161     public static final String BUILD_NUMBER = "r01";