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

Packages that use SnmpPduPacket
com.sun.management.comm Provides the classes implementing the SNMP adaptor servers
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
com.sun.management.snmp.agent Provides the classes for implementing an SNMP agent
 

Uses of SnmpPduPacket in com.sun.management.comm
 

Methods in com.sun.management.comm with parameters of type SnmpPduPacket
 void SnmpAdaptorServerMBean.snmpPduTrap(InetAddress address, SnmpPduPacket pdu)
          Send the specified trap PDU to the passed InetAddress.
 void SnmpAdaptorServer.snmpPduTrap(InetAddress address, SnmpPduPacket pdu)
          Send the specified trap PDU to the passed InetAddress.
 void SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer peer, SnmpPduPacket pdu)
          Send the specified trap PDU to the passed SnmpPeer.
 void SnmpAdaptorServer.snmpPduTrap(SnmpPeer peer, SnmpPduPacket pdu)
          Send the specified trap PDU to the passed SnmpPeer.
 

Uses of SnmpPduPacket in com.sun.management.snmp
 

Subclasses of SnmpPduPacket in com.sun.management.snmp
 class SnmpPduBulk
          Represents a get-bulk PDU as defined in RFC 1448.
 class SnmpPduRequest
          Is used to represent get, get-next, set, response and SNMPv2-trap PDUs.
 class SnmpPduTrap
          Represents an SNMPv1-trap PDU.
 

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

Methods in com.sun.management.snmp.agent with parameters of type SnmpPduPacket
 Object SnmpUserDataFactory.allocateUserData(SnmpPduPacket requestPdu)
          Called by the SnmpAdaptorServer adaptor.
 void SnmpUserDataFactory.releaseUserData(Object userData, SnmpPduPacket responsePdu)
          Called by the SnmpAdaptorServer adaptor.
 


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.