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