jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java
changeset 7038 fd9c0e3b34eb
parent 5506 202f599c92aa
equal deleted inserted replaced
7037:9fd3887c8010 7038:fd9c0e3b34eb
    74     public static final String JMX_SPEC_VERSION = "1.4";
    74     public static final String JMX_SPEC_VERSION = "1.4";
    75 
    75 
    76     /**
    76     /**
    77      * The vendor of the JMX specification implemented by this product.
    77      * The vendor of the JMX specification implemented by this product.
    78      * <BR>
    78      * <BR>
    79      * The value is <CODE>Sun Microsystems</CODE>.
    79      * The value is <CODE>Oracle Corporation</CODE>.
    80      */
    80      */
    81     public static final String JMX_SPEC_VENDOR = "Sun Microsystems";
    81     public static final String JMX_SPEC_VENDOR = "Oracle Corporation";
    82 
    82 
    83     /**
    83     /**
    84      * The name of this product implementing the  JMX specification.
    84      * The name of this product implementing the  JMX specification.
    85      * <BR>
    85      * <BR>
    86      * The value is <CODE>JMX</CODE>.
    86      * The value is <CODE>JMX</CODE>.
    89 
    89 
    90     /**
    90     /**
    91      * The name of the vendor of this product implementing the
    91      * The name of the vendor of this product implementing the
    92      * JMX specification.
    92      * JMX specification.
    93      * <BR>
    93      * <BR>
    94      * The value is <CODE>Sun Microsystems</CODE>.
    94      * The value is <CODE>Oracle Corporation</CODE>.
    95      */
    95      */
    96     public static final String JMX_IMPL_VENDOR = "Sun Microsystems";
    96     public static final String JMX_IMPL_VENDOR = "Oracle Corporation";
    97 }
    97 }