Uses of Class
com.sun.management.snmp.SnmpScopedPduRequest

Packages that use SnmpScopedPduRequest
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
com.sun.management.snmp.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
 

Uses of SnmpScopedPduRequest in com.sun.management.comm
 

Methods in com.sun.management.comm with parameters of type SnmpScopedPduRequest
 void SnmpV3AdaptorServer.snmpV3Trap(SnmpUsmPeer peer, SnmpScopedPduRequest pdu)
          You shouldn't call this method directly.
 void SnmpV3AdaptorServer.snmpV3Trap(InetAddress addr, SnmpScopedPduRequest pdu)
          You shouldn't call this method directly.
 void SnmpV3AdaptorServer.snmpV3Trap(SnmpScopedPduRequest pdu)
          You shouldn't call this method directly.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3InformRequest(InetAddress addr, SnmpInformHandler cb, SnmpScopedPduRequest pdu, SnmpOid trapOid, SnmpVarBindList varBindList)
          You shouldn't use this method directly.
 

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

Methods in com.sun.management.snmp.agent with parameters of type SnmpScopedPduRequest
protected  void SnmpTrapReceiver.receivedV3Trap(SnmpScopedPduRequest trap)
          You must implement this method in order to handle received SNMP V3 traps.
 

Constructors in com.sun.management.snmp.agent with parameters of type SnmpScopedPduRequest
SnmpTrap(SnmpScopedPduRequest scopedTrap)
          Initializes this SNMP trap with an SNMP V3 scoped PDU.
 

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

Methods in com.sun.management.snmp.manager with parameters of type SnmpScopedPduRequest
 void SnmpInformListener.processSnmpInformV3(SnmpScopedPduRequest anInformPDU)
          Called by SnmpEventReportDispatcher when an inform request is received.
 void SnmpTrapListener.processSnmpTrapV3(SnmpScopedPduRequest aTrapPDU)
          Called by SnmpEventReportDispatcher when a V2 trap PDU is received within an SNMP V3 message.
 


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.