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 |
The class is used for representing SNMP metadata for the "JvmMemory" group.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for the metadata associated to "JvmMemory".
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Factory method for "JvmMemGCTable" table metadata class.
| |||||||||||
Factory method for "JvmMemManagerTable" table metadata class.
| |||||||||||
Factory method for "JvmMemMgrPoolRelTable" table metadata class.
| |||||||||||
Factory method for "JvmMemPoolTable" table metadata class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructor for the metadata associated to "JvmMemory".
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.
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) |
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.
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) |
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.
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) |
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.
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) |