public class

JvmRuntimeMetaImpl

extends JvmRuntimeMeta
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.JvmRuntimeMeta
           ↳ sun.management.snmp.jvminstr.JvmRuntimeMetaImpl

Class Overview

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

Summary

[Expand]
Inherited Fields
From class sun.management.snmp.jvmmib.JvmRuntimeMeta
From class com.sun.jmx.snmp.agent.SnmpMibGroup
From class com.sun.jmx.snmp.agent.SnmpMibNode
Public Constructors
JvmRuntimeMetaImpl(SnmpMib myMib, SnmpStandardObjectServer objserv)
Constructor for the metadata associated to "JvmRuntime".
Protected Methods
JvmRTBootClassPathTableMeta createJvmRTBootClassPathTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmRTBootClassPathTable" table metadata class.
JvmRTClassPathTableMeta createJvmRTClassPathTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmRTClassPathTable" table metadata class.
JvmRTInputArgsTableMeta createJvmRTInputArgsTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmRTInputArgsTable" table metadata class.
JvmRTLibraryPathTableMeta createJvmRTLibraryPathTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
Factory method for "JvmRTLibraryPathTable" table metadata class.
[Expand]
Inherited Methods
From class sun.management.snmp.jvmmib.JvmRuntimeMeta
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 JvmRuntimeMetaImpl (SnmpMib myMib, SnmpStandardObjectServer objserv)

Constructor for the metadata associated to "JvmRuntime".

Protected Methods

protected JvmRTBootClassPathTableMeta createJvmRTBootClassPathTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmRTBootClassPathTable" 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 ("JvmRTBootClassPathTable")
groupName Name of the group to which this table belong ("JvmRuntime")
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 "JvmRTBootClassPathTable" table (JvmRTBootClassPathTableMeta)

protected JvmRTClassPathTableMeta createJvmRTClassPathTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmRTClassPathTable" 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 ("JvmRTClassPathTable")
groupName Name of the group to which this table belong ("JvmRuntime")
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 "JvmRTClassPathTable" table (JvmRTClassPathTableMeta)

protected JvmRTInputArgsTableMeta createJvmRTInputArgsTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmRTInputArgsTable" 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 ("JvmRTInputArgsTable")
groupName Name of the group to which this table belong ("JvmRuntime")
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 "JvmRTInputArgsTable" table (JvmRTInputArgsTableMeta)

protected JvmRTLibraryPathTableMeta createJvmRTLibraryPathTableMetaNode (String tableName, String groupName, SnmpMib mib, MBeanServer server)

Factory method for "JvmRTLibraryPathTable" 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 ("JvmRTLibraryPathTable")
groupName Name of the group to which this table belong ("JvmRuntime")
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 "JvmRTLibraryPathTable" table (JvmRTLibraryPathTableMeta)