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

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

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

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

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

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

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

Subclasses of SnmpMib in com.sun.management.snmp.usm.usmmib
 class SNMP_USER_BASED_SM_MIB
          The class is used for representing "SNMP-USER-BASED-SM-MIB".
 class SNMP_USER_BASED_SM_MIBImpl
          This is a RFC 2574 MIB implementation.
 

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

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


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.