|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 abstract SnmpParams |
SnmpV3Proxy.createParameters(SnmpPdu pdu)
Factory parameters method. |
protected SnmpParams |
SnmpUsmProxy.createParameters(SnmpPdu pdu)
Factory parameters method. |
protected SnmpParams |
SnmpV3Proxy.translateParameters(SnmpMibRequest req)
Return the parameters to use when sending the call. |
protected SnmpParams |
SnmpProxy.translateParameters(SnmpMibRequest request)
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 |
SnmpPeer.getParams()
Gets the SnmpParams object associated with the peer. |
SnmpParams |
SnmpRequest.getParams()
Gets the session parameter object for this request. |
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 |
SnmpMsgProcessingModelV3.getRequestPdu(SnmpParams p,
int command)
Look for SnmpMsgProcessingModel interface specification. |
SnmpPdu |
SnmpMsgProcessingModelV1V2.getRequestPdu(SnmpParams p,
int command)
Look for SnmpMsgProcessingModel interface specification. |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |