Uses of Interface
com.sun.management.snmp.agent.SnmpMibHandler

Packages that use SnmpMibHandler
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
 

Uses of SnmpMibHandler in com.sun.management.comm
 

Classes in com.sun.management.comm that implement SnmpMibHandler
 class SnmpAdaptorServer
          Implements an adaptor on top of the SNMP protocol.
 class SnmpV3AdaptorServer
          Implements an adaptor on top of the SNMP V3 protocol.
 

Methods in com.sun.management.comm that return SnmpMibHandler
 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.
 

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

Methods in com.sun.management.snmp.agent that return SnmpMibHandler
 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.
 SnmpMibHandler SnmpMibAgentMBean.getSnmpAdaptor()
          Gets the reference to the SNMP protocol adaptor to which the MIB is bound.
 SnmpMibHandler SnmpMibAgent.getSnmpAdaptor()
          Gets the reference to the SNMP protocol adaptor to which the MIB is bound.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpMibHandler
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack, String contextName)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack, String contextName)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and adds this new MIB in the SNMP MIB handler.
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and adds this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and adds this new MIB in the SNMP MIB handler.
 


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.