Uses of Class
com.sun.jdmk.snmp.agent.SnmpMib

Packages that use SnmpMib
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
com.sun.jdmk.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
 

Uses of SnmpMib in com.sun.jdmk.snmp.agent
 

Fields in com.sun.jdmk.snmp.agent declared as SnmpMib
protected  SnmpMib SnmpMibTable.theMib
          Deprecated. The MIB to which the metadata is linked.
protected  SnmpMib SnmpTableSupport.theMib
          Deprecated. The MIB to which this table belongs
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpMib
protected abstract  SnmpMibTable SnmpTableSupport.getRegisteredTableMeta(SnmpMib mib)
          Deprecated. Returns the metadata object associated with this table.
 

Constructors in com.sun.jdmk.snmp.agent with parameters of type SnmpMib
SnmpMibTable(SnmpMib mib)
          Deprecated. Create a new SnmpMibTable metadata node.
SnmpTableSupport(SnmpMib mib)
          Deprecated. Initializes the table.
 

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

Subclasses of SnmpMib in com.sun.jdmk.snmp.usm.usmmib
 class SNMP_USER_BASED_SM_MIB
          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.
 class SNMP_USER_BASED_SM_MIBImpl
          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.
 

Methods in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpMib
protected  UsmUserEntryMeta UsmUserTableMeta.createUsmUserEntryMetaNode(String snmpEntryName, String tableName, SnmpMib mib, MBeanServer server)
          Deprecated. Factory method for "UsmUserEntry" entry metadata class.
 void UsmUserTableMeta.registerEntryNode(SnmpMib mib, MBeanServer server)
          Deprecated.  
 void UsmStatsMeta.registerTableNodes(SnmpMib mib, MBeanServer server)
          Deprecated. Register the group's SnmpMibTable objects with the meta-data.
 void UsmUserMeta.registerTableNodes(SnmpMib mib, MBeanServer server)
          Deprecated. Register the group's SnmpMibTable objects with the meta-data.
protected  UsmUserTableMeta UsmUserMeta.createUsmUserTableMetaNode(String tableName, String groupName, SnmpMib mib, MBeanServer server)
          Deprecated. Factory method for "UsmUserTable" table metadata class.
protected  SnmpMibTable TableUsmUserTable.getRegisteredTableMeta(SnmpMib mib)
          Deprecated.  
protected  UsmUserEntryImpl TableUsmUserTableImpl.createUsmUserEntry(SnmpEngine engine, SnmpMib mib, SnmpUsmLcd lcd, SnmpUsmSecureUser user, SnmpMibTable tableMeta)
          Deprecated. Overload this method in order to instantiate your own UsmUserEntry.
 

Constructors in com.sun.jdmk.snmp.usm.usmmib with parameters of type SnmpMib
UsmUserImpl(SnmpMib myMib, SnmpUsmLcd lcd, SnmpEngine engine)
          Deprecated. We override the constructor in order to enable the remote creation of rows in the DemoTable.
UsmUserImpl(SnmpMib myMib, MBeanServer server, SnmpUsmLcd lcd, SnmpEngine engine)
          Deprecated. We override the constructor in order to instantiate our own implementation of the UsmUserTable.
UsmStats(SnmpMib myMib)
          Deprecated. Constructor for the "UsmStats" group.
UsmStats(SnmpMib myMib, MBeanServer server)
          Deprecated. Constructor for the "UsmStats" group.
UsmUserEntryMeta(SnmpMib myMib, SnmpStandardObjectServer objserv)
          Deprecated. Constructor for the metadata associated to "UsmUserEntry".
UsmUserTableMeta(SnmpMib myMib, SnmpStandardObjectServer objserv)
          Deprecated. Constructor for the table.
UsmStatsMeta(SnmpMib myMib, SnmpStandardObjectServer objserv)
          Deprecated. Constructor for the metadata associated to "UsmStats".
UsmUserMeta(SnmpMib myMib, SnmpStandardObjectServer objserv)
          Deprecated. Constructor for the metadata associated to "UsmUser".
UsmUser(SnmpMib myMib)
          Deprecated. Constructor for the "UsmUser" group.
UsmUser(SnmpMib myMib, MBeanServer server)
          Deprecated. Constructor for the "UsmUser" group.
UsmUserEntry(SnmpMib myMib)
          Deprecated. Constructor for the "UsmUserEntry" group.
UsmUserEntryImpl(SnmpEngine engine, SnmpMib mib, SnmpUsmLcd lcd, SnmpUsmSecureUser user, TableUsmUserTableImpl table)
          Deprecated.  
TableUsmUserTable(SnmpMib myMib)
          Deprecated. Constructor for the table.
TableUsmUserTable(SnmpMib myMib, MBeanServer server)
          Deprecated. Constructor for the table.
TableUsmUserTableImpl(SnmpEngine engine, SnmpMib myMib, SnmpUsmLcd lcd)
          Deprecated. Constructor.
TableUsmUserTableImpl(SnmpEngine engine, SnmpMib myMib, MBeanServer server, SnmpUsmLcd lcd)
          Deprecated. Constructor for the table.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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