jdk/src/share/classes/sun/management/snmp/jvminstr/JvmMemoryMetaImpl.java
changeset 11530 a9d059c15b80
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
11529:e08d565262ce 11530:a9d059c15b80
    48 
    48 
    49 /**
    49 /**
    50  * The class is used for representing SNMP metadata for the "JvmMemory" group.
    50  * The class is used for representing SNMP metadata for the "JvmMemory" group.
    51  */
    51  */
    52 public class JvmMemoryMetaImpl extends JvmMemoryMeta {
    52 public class JvmMemoryMetaImpl extends JvmMemoryMeta {
       
    53 
       
    54     static final long serialVersionUID = -6500448253825893071L;
    53     /**
    55     /**
    54      * Constructor for the metadata associated to "JvmMemory".
    56      * Constructor for the metadata associated to "JvmMemory".
    55      */
    57      */
    56     public JvmMemoryMetaImpl(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    58     public JvmMemoryMetaImpl(SnmpMib myMib, SnmpStandardObjectServer objserv) {
    57         super(myMib,objserv);
    59         super(myMib,objserv);