Uses of Class
javax.management.snmp.manager.SnmpParams

Packages that use SnmpParams
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
javax.management.snmp.manager Provides the classes for creating an SNMP manager
javax.management.snmp.manager.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
 

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

Methods in com.sun.jdmk.snmp.agent that return SnmpParams
protected abstract  SnmpParams SnmpV3Proxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
protected  SnmpParams SnmpV3Proxy.translateParameters(SnmpMibRequest req)
          Deprecated. Return the parameters to use when sending the call.
protected  SnmpParams SnmpUsmProxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
protected  SnmpParams SnmpProxy.translateParameters(SnmpMibRequest req)
          Deprecated. Return the parameters to use when sending the call.
 

Uses of SnmpParams in com.sun.jdmk.snmp.mpm
 

Methods in com.sun.jdmk.snmp.mpm with parameters of type SnmpParams
 SnmpPdu SnmpMsgProcessingModelV3.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpPdu SnmpMsgProcessingModelV1V2.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 

Uses of SnmpParams in javax.management.snmp.manager
 

Subclasses of SnmpParams in javax.management.snmp.manager
 class SnmpParameters
          Deprecated. Use package com.sun.management.snmp.manager in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpV3Parameters
          Deprecated. Use package com.sun.management.snmp.manager in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Methods in javax.management.snmp.manager that return SnmpParams
 SnmpParams SnmpRequest.getParams()
          Deprecated. Gets the session parameter object for this request.
 SnmpParams SnmpPeer.getParams()
          Deprecated. Gets the SnmpParams object associated with the peer.
 

Methods in javax.management.snmp.manager with parameters of type SnmpParams
 void SnmpPeer.setParams(SnmpParams params)
          Deprecated. Sets the SnmpParams object associated with the peer.
 

Uses of SnmpParams in javax.management.snmp.manager.usm
 

Subclasses of SnmpParams in javax.management.snmp.manager.usm
 class SnmpUsmParameters
          Deprecated. Use package com.sun.management.snmp.manager.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Methods in javax.management.snmp.manager.usm with parameters of type SnmpParams
 void SnmpUsmPeer.setParams(SnmpParams p)
          Deprecated. Set the params used when making requests.
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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