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

Packages that use SnmpMibAgent
com.sun.management.comm Provides the classes implementing the SNMP adaptor servers
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 SnmpMibAgent in com.sun.management.comm
 

Methods in com.sun.management.comm with parameters of type SnmpMibAgent
 SnmpMibHandler SnmpAdaptorServerMBean.addMib(SnmpMibAgent mib)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServerMBean.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServerMBean.addMib(SnmpMibAgent mib, String contextName)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServer.addMib(SnmpMibAgent mib, String contextName)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServerMBean.addMib(SnmpMibAgent mib, String contextName)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib, String contextName)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServerMBean.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServer.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 boolean SnmpAdaptorServerMBean.removeMib(SnmpMibAgent mib)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpV3AdaptorServerMBean.removeMib(SnmpMibAgent mib, String contextName)
          Removes a contextualized MIB from the SNMP protocol adaptor.
 boolean SnmpV3AdaptorServer.removeMib(SnmpMibAgent mib, String contextName)
          Removes a contextualized MIB from the SNMP protocol adaptor.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib, String contextName)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpV3AdaptorServer.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 

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

Subclasses of SnmpMibAgent in com.sun.management.snmp.agent
 class SnmpErrorHandlerAgent
          A simple MIB agent that implements SNMP calls (get, set, getnext and getbulk) in a way that only errors or exceptions are returned.
 class SnmpMib
          Abstract class for representing an SNMP MIB.
 class SnmpProxy
          The SnmpProxy class provides an implementation of an SNMP proxy.
 class SnmpUsmProxy
          The SnmpUsmProxy class provides an implementation of an SNMP V3 proxy.
 class SnmpV3Proxy
          The SnmpV3Proxy class is an abstract class that provides services to proxy an SNMP V3 agent.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpMibAgent
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, String contextName)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, String contextName)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 

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

Subclasses of SnmpMibAgent 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.
 


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.