sun.management.snmp.util |
Generic utility classes used for intsrumenting the MIB.
This API is a Sun Microsystems internal API and is subject
to change without notice.
|
Java Source File Name | Type | Comment |
JvmContextFactory.java | Class | |
MibLogger.java | Class | |
SnmpCachedData.java | Class | This class is used to cache table data. |
SnmpListTableCache.java | Class | This abstract class implements a weak cache for a table whose data
is obtained from a
List . |
SnmpLoadedClassData.java | Class | This class is used to cache LoadedClass table data.
WARNING : MUST IMPLEMENT THE SnmpTableHandler directly. |
SnmpNamedListTableCache.java | Class | This abstract class implements a weak cache that holds table data, for
a table whose data is obtained from a list where a name can be obtained
for each item in the list. |
SnmpTableCache.java | Class | This abstract class implements a weak cache that holds table data. |
SnmpTableHandler.java | Interface | Defines the interface implemented by an object that holds
table data. |