Uses of Class
javax.management.snmp.SnmpMessage

Packages that use SnmpMessage
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpMessage in com.sun.jdmk.snmp
 

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

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

Uses of SnmpMessage in javax.management.snmp
 

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

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


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.