jdk/src/share/classes/sun/management/snmp/jvminstr/JvmOSImpl.java
changeset 11530 a9d059c15b80
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11529:e08d565262ce 11530:a9d059c15b80
    44 
    44 
    45 /**
    45 /**
    46  * The class is used for implementing the "JvmOS" group.
    46  * The class is used for implementing the "JvmOS" group.
    47  */
    47  */
    48 public class JvmOSImpl implements JvmOSMBean, Serializable {
    48 public class JvmOSImpl implements JvmOSMBean, Serializable {
       
    49 
       
    50      static final long serialVersionUID = 1839834731763310809L;
    49 
    51 
    50     /**
    52     /**
    51      * Constructor for the "JvmOS" group.
    53      * Constructor for the "JvmOS" group.
    52      * If the group contains a table, the entries created through an
    54      * If the group contains a table, the entries created through an
    53      * SNMP SET will not be registered in Java DMK.
    55      * SNMP SET will not be registered in Java DMK.