Methods Summary |
---|
public void | add(com.sun.jmx.snmp.SnmpOidTable table)Adds an SnmpOidTable object in this SnmpOidDatabase .
|
public java.util.Vector | getAllEntries()Returns a list that can be used to traverse all the entries of the SnmpOidTable objects
of this SnmpOidDatabase .
|
public void | remove(com.sun.jmx.snmp.SnmpOidTable table)Removes an SnmpOidTable object from this SnmpOidDatabase .
|
public void | removeAll()Removes all the SnmpOidTable objects from this SnmpOidDatabase .
|
public com.sun.jmx.snmp.SnmpOidRecord | resolveVarName(java.lang.String name)Searches for a MIB variable given its logical name and returns an SnmpOidRecord
object containing information on the variable.
|
public com.sun.jmx.snmp.SnmpOidRecord | resolveVarOid(java.lang.String oid)Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing
information on the variable.
|