Defines the minimum functionality that should be provided by
a class containing metadata definitions for variables of a MIB.
A name can be resolved against a table of MIB variables.
Each entry in the table is an SnmpOidRecord object that contains a name, a dot-separated OID string,
and the corresponding SMI type of the variable.
If you need to load a specific SnmpOidTable , just call the static method
{@link com.sun.jmx.snmp.SnmpOid#setSnmpOidTable SnmpOid.setSnmpOidTable(myOidTable) }.
This API is a Sun Microsystems internal API and is subject
to change without notice. |