Uses of Interface
com.sun.management.snmp.SnmpOidTable

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

Uses of SnmpOidTable in com.sun.management.snmp
 

Subinterfaces of SnmpOidTable in com.sun.management.snmp
 interface SnmpOidDatabase
          Defines the minimal functionality that should be provided by a class containing a set of SnmpOidTable objects containing metadata definitions for MIB variables.
 

Classes in com.sun.management.snmp that implement SnmpOidTable
 class SnmpOidDatabaseSupport
          Defines a set of SnmpOidTable objects containing metadata definitions for MIB variables.
 class SnmpOidTableSupport
          Contains metadata definitions for MIB variables.
 

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

Methods in com.sun.management.snmp with parameters of type SnmpOidTable
 void SnmpOidDatabaseSupport.add(SnmpOidTable table)
          Adds a SnmpOidTable object in this SnmpOidDatabase.
 void SnmpOidDatabase.add(SnmpOidTable table)
          Adds an SnmpOidTable object in this SnmpOidDatabase.
 void SnmpOidDatabaseSupport.remove(SnmpOidTable table)
          Removes a SnmpOidTable object from this SnmpOidDatabase.
 void SnmpOidDatabase.remove(SnmpOidTable table)
          Removes an SnmpOidTable object from this SnmpOidDatabase.
static void SnmpOid.setSnmpOidTable(SnmpOidTable db)
          Sets the MIB table to use for resolving MIB variable names.
 

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

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

Classes in com.sun.management.snmp.usm.usmmib that implement SnmpOidTable
 class SNMP_USER_BASED_SM_MIBOidTable
          The class contains metadata definitions for "SNMP-USER-BASED-SM-MIB".
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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