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
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3InformRequest(InetAddress addr, SnmpInformHandler cb, SnmpScopedPduRequest pdu, SnmpOid trapOid, SnmpVarBindList varBindList)
          You shouldn't use 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.
 void SnmpV3AdaptorServer.snmpV3Trap(SnmpUsmPeer peer, SnmpScopedPduRequest pdu)
          You shouldn't call 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.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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