Uses of Class
com.sun.management.snmp.manager.SnmpParams

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

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

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

Uses of SnmpParams in com.sun.management.snmp.manager
 

Subclasses of SnmpParams in com.sun.management.snmp.manager
 class SnmpParameters
          Contains a set of resources that are used by an SnmpSession object while sending or receiving packets to and from an SnmpPeer.
 class SnmpV3Parameters
          This class models the parameters that are needed when making SNMP V3 requests.
 

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

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

Uses of SnmpParams in com.sun.management.snmp.manager.usm
 

Subclasses of SnmpParams in com.sun.management.snmp.manager.usm
 class SnmpUsmParameters
          This class models the set of parameters that are needed when making an SNMP request to an SNMP engine using the User Based Security Model.
 

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

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

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


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.