public class

JvmMemoryMetaImpl

extends JvmMemoryMeta
java.lang.Object
   ↳ com.sun.jmx.snmp.agent.SnmpMibNode
     ↳ com.sun.jmx.snmp.agent.SnmpMibOid
       ↳ com.sun.jmx.snmp.agent.SnmpMibGroup
         ↳ sun.management.snmp.jvmmib.JvmMemoryMeta
           ↳ sun.management.snmp.jvminstr.JvmMemoryMetaImpl

Class Overview

The class is used for representing SNMP metadata for the "JvmMemory" group.

Summary

[Expand]
Inherited Fields
From class sun.management.snmp.jvmmib.JvmMemoryMeta
From class com.sun.jmx.snmp.agent.SnmpMibGroup
From class com.sun.jmx.snmp.agent.SnmpMibNode
Public Constructors
JvmMemoryMetaImpl(SnmpMib myMib, SnmpStandardObjectServer objserv)
Constructor for the metadata associated to "JvmMemory".
Protected Methods
JvmMemGCTableMeta createJvmMemGCTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmMemGCTable" table metadata class.
JvmMemManagerTableMeta createJvmMemManagerTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmMemManagerTable" table metadata class.
JvmMemMgrPoolRelTableMeta createJvmMemMgrPoolRelTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmMemMgrPoolRelTable" table metadata class.
JvmMemPoolTableMeta createJvmMemPoolTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmMemPoolTable" table metadata class.
[Expand]
Inherited Methods
From class sun.management.snmp.jvmmib.JvmMemoryMeta
From class com.sun.jmx.snmp.agent.SnmpMibGroup
From class com.sun.jmx.snmp.agent.SnmpMibOid
From class com.sun.jmx.snmp.agent.SnmpMibNode
From class java.lang.Object
From interface com.sun.jmx.snmp.agent.SnmpStandardMetaServer

Public Constructors

public JvmMemoryMetaImpl (SnmpMib myMib, SnmpStandardObjectServer objserv)

Constructor for the metadata associated to "JvmMemory".

Protected Methods

protected JvmMemGCTableMeta createJvmMemGCTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmMemGCTable" table metadata class. You can redefine this method if you need to replace the default generated metadata class with your own customized class.

Parameters
tableName Name of the table object ("JvmMemGCTable")
groupName Name of the group to which this table belong ("JvmMemory")
mib The SnmpMib object in which this table is registered
server MBeanServer for this table entries (may be null)
Returns
  • An instance of the metadata class generated for the "JvmMemGCTable" table (JvmMemGCTableMeta)

protected JvmMemManagerTableMeta createJvmMemManagerTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmMemManagerTable" table metadata class. You can redefine this method if you need to replace the default generated metadata class with your own customized class.

Parameters
tableName Name of the table object ("JvmMemManagerTable")
groupName Name of the group to which this table belong ("JvmMemory")
mib The SnmpMib object in which this table is registered
server MBeanServer for this table entries (may be null)
Returns
  • An instance of the metadata class generated for the "JvmMemManagerTable" table (JvmMemManagerTableMeta)

protected JvmMemMgrPoolRelTableMeta createJvmMemMgrPoolRelTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmMemMgrPoolRelTable" table metadata class. You can redefine this method if you need to replace the default generated metadata class with your own customized class.

Parameters
tableName Name of the table object ("JvmMemMgrPoolRelTable")
groupName Name of the group to which this table belong ("JvmMemory")
mib The SnmpMib object in which this table is registered
server MBeanServer for this table entries (may be null)
Returns
  • An instance of the metadata class generated for the "JvmMemMgrPoolRelTable" table (JvmMemMgrPoolRelTableMeta)

protected JvmMemPoolTableMeta createJvmMemPoolTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmMemPoolTable" table metadata class. You can redefine this method if you need to replace the default generated metadata class with your own customized class.

Parameters
tableName Name of the table object ("JvmMemPoolTable")
groupName Name of the group to which this table belong ("JvmMemory")
mib The SnmpMib object in which this table is registered
server MBeanServer for this table entries (may be null)
Returns
  • An instance of the metadata class generated for the "JvmMemPoolTable" table (JvmMemPoolTableMeta)