Uses of Class
javax.management.snmp.SnmpOidRecord

Packages that use SnmpOidRecord
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpOidRecord in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that return SnmpOidRecord
 SnmpOidRecord SnmpOidTableSupport.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidTableSupport.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabaseSupport.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabaseSupport.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabase.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidDatabase.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 

Methods in com.sun.jdmk.snmp with parameters of type SnmpOidRecord
 void SnmpOidTableSupport.loadMib(SnmpOidRecord[] mibs)
          Deprecated. Loads a list of variables into the storage area, which is kept in memory.
 

Uses of SnmpOidRecord in javax.management.snmp
 

Methods in javax.management.snmp that return SnmpOidRecord
 SnmpOidRecord SnmpVarBind.resolveVarName(String name)
          Deprecated. Consults the MIB table storage to resolve the name to its OID type structure.
 SnmpOidRecord SnmpOidTable.resolveVarName(String name)
          Deprecated. Searches for a MIB variable given its logical name and returns an SnmpOidRecord object containing information on the variable.
 SnmpOidRecord SnmpOidTable.resolveVarOid(String oid)
          Deprecated. Searches for a MIB variable given its OID and returns an SnmpOidRecord object containing information on the variable.
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.