| java.lang.Object | ||||
| ↳ | com.sun.jmx.snmp.agent.SnmpMibNode | |||
| ↳ | com.sun.jmx.snmp.agent.SnmpMibTable | |||
| ↳ | sun.management.snmp.jvmmib.JvmMemGCTableMeta | |||
| ↳ | sun.management.snmp.jvminstr.JvmMemGCTableMetaImpl | |||
The class is used for implementing the "JvmMemGCTable" table.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JvmMemGCTableMetaImpl.GCTableFilter | This class acts as a filter over the SnmpTableHandler used for the JvmMemoryManagerTable. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
sun.management.snmp.jvmmib.JvmMemGCTableMeta
| |||||||||||
From class
com.sun.jmx.snmp.agent.SnmpMibTable
| |||||||||||
From class
com.sun.jmx.snmp.agent.SnmpMibNode
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for the table.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the entry corresponding to the specified rowOid.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return true if the entry identified by the given OID index
is contained in this table.
| |||||||||||
Returns the JvmMemManagerTable SnmpTableHandler
| |||||||||||
Return the first entry OID registered in the table.
| |||||||||||
Get the
SnmpOid index of the row that follows
the given oid in the table. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
sun.management.snmp.jvmmib.JvmMemGCTableMeta
| |||||||||||
From class
com.sun.jmx.snmp.agent.SnmpMibTable
| |||||||||||
From class
com.sun.jmx.snmp.agent.SnmpMibNode
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
javax.management.NotificationBroadcaster
| |||||||||||
Constructor for the table. Initialize metadata for "JvmMemGCTableMeta".
Get the entry corresponding to the specified rowOid.
| oid | The SnmpOid identifying the
row to be retrieved. |
|---|
| SnmpStatusException |
|---|
Return true if the entry identified by the given OID index is contained in this table.
Do not call this method directly.
This method is provided has a hook for subclasses. It is called when a get/set request is received in order to determine whether the specified entry is contained in the table. You may want to override this method if you need to perform e.g. lazy evaluation of tables (you need to update the table when a request is received) or if your table is virtual.
Note that this method is called by the Runtime from within a synchronized block.
| oid | The index part of the OID we're looking for. |
|---|---|
| userData | A contextual object containing user-data.
This object is allocated through the
for each incoming SNMP request. |
true if the entry is found, false
otherwise.Returns the JvmMemManagerTable SnmpTableHandler
Return the first entry OID registered in the table.
| userData | A contextual object containing user-data.
This object is allocated through the
for each incoming SNMP request. |
|---|
SnmpOid of the first entry in the table.| SnmpStatusException |
|---|
Get the SnmpOid index of the row that follows
the given oid in the table. The given
oid does not need to be a valid row OID index.
| oid | The OID from which the search will begin. |
|---|---|
| userData | A contextual object containing user-data.
This object is allocated through the
for each incoming SNMP request. |
SnmpOid index.| SnmpStatusException |
|---|