Uses of Class
javax.management.snmp.SnmpPduPacket

Packages that use SnmpPduPacket
com.sun.jdmk.comm   
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
com.sun.jdmk.snmp.agent Provides the classes for creating an SNMP agent
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpPduPacket in com.sun.jdmk.comm
 

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

Uses of SnmpPduPacket in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that return SnmpPduPacket
 SnmpPduPacket SnmpPduFactoryBER.decodePdu(SnmpMessage msg)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactoryBER.decodeSnmpPdu(SnmpMsg)
 

Methods in com.sun.jdmk.snmp with parameters of type SnmpPduPacket
 SnmpMessage SnmpPduFactoryBER.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu, int)
 

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

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

Uses of SnmpPduPacket in javax.management.snmp
 

Subclasses of SnmpPduPacket in javax.management.snmp
 class SnmpPduBulk
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpPduRequest
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpPduTrap
          Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Methods in javax.management.snmp that return SnmpPduPacket
 SnmpPduPacket SnmpMessage.decodePdu()
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpMessage.decodeSnmpPdu()
 SnmpPduPacket SnmpPduFactory.decodePdu(SnmpMessage msg)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactory.decodeSnmpPdu(SnmpMsg)
 

Methods in javax.management.snmp with parameters of type SnmpPduPacket
 void SnmpMessage.encodePdu(SnmpPduPacket pdu, int maxDataLength)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpMessage.encodeSnmpPdu(SnmpPdu, int)
 SnmpMessage SnmpPduFactory.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactory.encodeSnmpPdu(SnmpPdu, int)
 


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.