jdk/src/share/classes/sun/management/snmp/jvmmib/JvmRTLibraryPathTableMeta.java
changeset 11530 a9d059c15b80
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11529:e08d565262ce 11530:a9d059c15b80
    66  * The class is used for implementing the "JvmRTLibraryPathTable" group.
    66  * The class is used for implementing the "JvmRTLibraryPathTable" group.
    67  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.
    67  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.
    68  */
    68  */
    69 public class JvmRTLibraryPathTableMeta extends SnmpMibTable implements Serializable {
    69 public class JvmRTLibraryPathTableMeta extends SnmpMibTable implements Serializable {
    70 
    70 
       
    71     static final long serialVersionUID = -632403620113109468L;
    71     /**
    72     /**
    72      * Constructor for the table. Initialize metadata for "JvmRTLibraryPathTableMeta".
    73      * Constructor for the table. Initialize metadata for "JvmRTLibraryPathTableMeta".
    73      * The reference on the MBean server is updated so the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
    74      * The reference on the MBean server is updated so the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
    74      */
    75      */
    75     public JvmRTLibraryPathTableMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    76     public JvmRTLibraryPathTableMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {