Uses of Interface
javax.management.snmp.SnmpOidTable

Packages that use SnmpOidTable
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
com.sun.jdmk.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpOidTable in com.sun.jdmk.snmp
 

Subinterfaces of SnmpOidTable in com.sun.jdmk.snmp
 interface SnmpOidDatabase
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Classes in com.sun.jdmk.snmp that implement SnmpOidTable
 class SnmpOidDatabaseSupport
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpOidTableSupport
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Methods in com.sun.jdmk.snmp with parameters of type SnmpOidTable
 void SnmpOidDatabaseSupport.add(SnmpOidTable table)
          Deprecated. Adds a SnmpOidTable object in this SnmpOidDatabase.
 void SnmpOidDatabaseSupport.remove(SnmpOidTable table)
          Deprecated. Removes a SnmpOidTable object from this SnmpOidDatabase.
 void SnmpOidDatabase.add(SnmpOidTable table)
          Deprecated. Adds an SnmpOidTable object in this SnmpOidDatabase.
 void SnmpOidDatabase.remove(SnmpOidTable table)
          Deprecated. Removes an SnmpOidTable object from this SnmpOidDatabase.
 

Constructors in com.sun.jdmk.snmp with parameters of type SnmpOidTable
SnmpOidDatabaseSupport(SnmpOidTable table)
          Deprecated. Creates an SnmpOidDatabaseSupport containing the specified SnmpOidTable object.
 

Uses of SnmpOidTable in com.sun.jdmk.snmp.usm.usmmib
 

Classes in com.sun.jdmk.snmp.usm.usmmib that implement SnmpOidTable
 class SNMP_USER_BASED_SM_MIBOidTable
          Deprecated. Use package com.sun.management.snmp.usm.usmmib in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Uses of SnmpOidTable in javax.management.snmp
 

Methods in javax.management.snmp that return SnmpOidTable
static SnmpOidTable SnmpOid.getSnmpOidTable()
          Deprecated. Returns the MIB table used for resolving MIB variable names.
 

Methods in javax.management.snmp with parameters of type SnmpOidTable
static void SnmpOid.setSnmpOidTable(SnmpOidTable db)
          Deprecated. Sets the MIB table to use for resolving MIB variable names.
 


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.