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

Packages that use SnmpMibAgent
com.sun.jdmk.comm   
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 SnmpMibAgent in com.sun.jdmk.comm
 

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

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

Subclasses of SnmpMibAgent in com.sun.jdmk.snmp.agent
 class SnmpErrorHandlerAgent
          Deprecated. Use package com.sun.management.snmp.agent in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpMib
          Abstract class for representing an SNMP MIB.
 class SnmpProxy
          Deprecated. Use package com.sun.management.snmp.agent in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpUsmProxy
          Deprecated. Use package com.sun.management.snmp.agent in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpV3Proxy
          Deprecated. Use package com.sun.management.snmp.agent 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.agent with parameters of type SnmpMibAgent
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib)
          Deprecated. Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Deprecated. Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, String contextName)
          Deprecated. Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Deprecated. Adds a new contextualized MIB in the SNMP MIB handler.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib)
          Deprecated. Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, SnmpOid[] oids)
          Deprecated. Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, String contextName)
          Deprecated. Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Deprecated. Removes the specified MIB from the SNMP protocol adaptor.
 

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

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


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.