jdk/src/share/classes/sun/management/snmp/jvmmib/JvmRuntimeMeta.java
changeset 11530 a9d059c15b80
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11529:e08d565262ce 11530:a9d059c15b80
    68  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.4.
    68  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.4.
    69  */
    69  */
    70 public class JvmRuntimeMeta extends SnmpMibGroup
    70 public class JvmRuntimeMeta extends SnmpMibGroup
    71      implements Serializable, SnmpStandardMetaServer {
    71      implements Serializable, SnmpStandardMetaServer {
    72 
    72 
       
    73     static final long serialVersionUID = 1994595220765880109L;
    73     /**
    74     /**
    74      * Constructor for the metadata associated to "JvmRuntime".
    75      * Constructor for the metadata associated to "JvmRuntime".
    75      */
    76      */
    76     public JvmRuntimeMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    77     public JvmRuntimeMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    77         objectserver = objserv;
    78         objectserver = objserv;