Uses of Class
javax.management.snmp.SnmpPdu

Packages that use SnmpPdu
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
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpPdu in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that return SnmpPdu
 SnmpPdu SnmpPduFactoryBER.decodeSnmpPdu(SnmpMsg msg)
          Deprecated. Calls SnmpMsg.decodeSnmpPdu on the specified message and returns the resulting SnmpPdu.
 

Methods in com.sun.jdmk.snmp with parameters of type SnmpPdu
 SnmpMsg SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting SnmpMsg.
 

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

Methods in com.sun.jdmk.snmp.agent that return SnmpPdu
 SnmpPdu SnmpRequestForwarder.forward(SnmpPdu p)
          Deprecated. This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder
 SnmpPdu SnmpTrap.getPdu()
          Deprecated. If the trap has been created with a PDU (SNMP V1 / V2 or V3), the received PDU is returned.
 SnmpPdu SnmpMibRequest.getPdu()
          Deprecated. Returns the SNMP PDU attached to the request.
 

Methods in com.sun.jdmk.snmp.agent with parameters of type SnmpPdu
protected abstract  SnmpParams SnmpV3Proxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
protected  SnmpParams SnmpUsmProxy.createParameters(SnmpPdu pdu)
          Deprecated. Factory parameters method.
 SnmpPdu SnmpRequestForwarder.forward(SnmpPdu p)
          Deprecated. This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder
 Object SnmpUserDataFactory.allocateUserData(SnmpPdu requestPdu)
          Deprecated. Called by the SnmpV3AdaptorServer adaptor.
 void SnmpUserDataFactory.releaseUserData(Object userData, SnmpPdu responsePdu)
          Deprecated. Called by the SnmpV3AdaptorServer adaptor.
static SnmpMibRequest SnmpMibAgent.newMibRequest(SnmpPdu reqPdu, Vector vblist, int version, Object userData)
          Deprecated. This is a factory method for creating new SnmpMibRequest objects.
static SnmpMibRequest SnmpMibAgent.newMibRequest(SnmpEngine engine, SnmpPdu reqPdu, Vector vblist, int version, Object userData, String principal, int securityLevel, int securityModel, byte[] contextName, byte[] accessContextName)
          Deprecated. This is a factory method for creating new SnmpMibRequest objects.
 

Uses of SnmpPdu in com.sun.jdmk.snmp.mpm
 

Methods in com.sun.jdmk.snmp.mpm that return SnmpPdu
 SnmpPdu SnmpMsgProcessingModelV3.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpPdu SnmpMsgProcessingModelV1V2.getRequestPdu(SnmpParams p, int command)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 

Uses of SnmpPdu in javax.management.snmp
 

Subclasses of SnmpPdu 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 SnmpPduPacket
          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.
 class SnmpScopedPduBulk
          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 SnmpScopedPduPacket
          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 SnmpScopedPduRequest
          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 SnmpPdu
 SnmpPdu SnmpV3Message.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
 SnmpPdu SnmpScopedPduBulk.getResponsePdu()
          Deprecated. Generates the pdu to use for response.
 SnmpPdu SnmpPduBulk.getResponsePdu()
          Deprecated. Implements the SnmpAckPdu interface.
 SnmpPdu SnmpScopedPduRequest.getResponsePdu()
          Deprecated. Generates the pdu to use for response.
 SnmpPdu SnmpAckPdu.getResponsePdu()
          Deprecated. Returns the PDU to use for the response.
 SnmpPdu SnmpPduRequest.getResponsePdu()
          Deprecated. Implements SnmpAckPdu interface.
abstract  SnmpPdu SnmpMsg.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
 SnmpPdu SnmpMessage.decodeSnmpPdu()
          Deprecated. Gets the PDU encoded in this message.
 SnmpPdu SnmpPduFactory.decodeSnmpPdu(SnmpMsg msg)
          Deprecated. Decodes the specified SnmpMsg and returns the resulting SnmpPdu.
 

Methods in javax.management.snmp with parameters of type SnmpPdu
 void SnmpV3Message.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
abstract  void SnmpMsg.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 void SnmpMessage.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 SnmpMsg SnmpPduFactory.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting 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.