jdk/src/share/classes/sun/management/snmp/jvmmib/JvmMemPoolTableMeta.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 "JvmMemPoolTable" group.
    66  * The class is used for implementing the "JvmMemPoolTable" group.
    67  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.
    67  * The group is defined with the following oid: 1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.
    68  */
    68  */
    69 public class JvmMemPoolTableMeta extends SnmpMibTable implements Serializable {
    69 public class JvmMemPoolTableMeta extends SnmpMibTable implements Serializable {
    70 
    70 
       
    71     static final long serialVersionUID = -2799470815264898659L;
       
    72 
    71     /**
    73     /**
    72      * Constructor for the table. Initialize metadata for "JvmMemPoolTableMeta".
    74      * Constructor for the table. Initialize metadata for "JvmMemPoolTableMeta".
    73      * The reference on the MBean server is updated so the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
    75      * The reference on the MBean server is updated so the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
    74      */
    76      */
    75     public JvmMemPoolTableMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    77     public JvmMemPoolTableMeta(SnmpMib myMib, SnmpStandardObjectServer objserv) {