Uses of Interface
javax.management.snmp.SnmpPduFactory

Packages that use SnmpPduFactory
com.sun.jdmk.comm   
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
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.manager Provides the classes for creating an SNMP manager
 

Uses of SnmpPduFactory in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that return SnmpPduFactory
 SnmpPduFactory SnmpAdaptorServerMBean.getPduFactory()
          Deprecated. Returns the message factory of this SNMP protocol adaptor.
 SnmpPduFactory SnmpAdaptorServer.getPduFactory()
          Deprecated. Returns the message factory of this SNMP protocol adaptor.
 

Methods in com.sun.jdmk.comm with parameters of type SnmpPduFactory
 void SnmpAdaptorServerMBean.setPduFactory(SnmpPduFactory factory)
          Deprecated. Sets the message factory of this SNMP protocol adaptor.
 void SnmpAdaptorServer.setPduFactory(SnmpPduFactory factory)
          Deprecated. Sets the message factory of this SNMP protocol adaptor.
 

Uses of SnmpPduFactory in com.sun.jdmk.snmp
 

Classes in com.sun.jdmk.snmp that implement SnmpPduFactory
 class SnmpPduFactoryBER
          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.
 

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

Methods in com.sun.jdmk.snmp.mpm with parameters of type SnmpPduFactory
 SnmpIncomingRequest SnmpMsgProcessingModelV3.getIncomingRequest(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpOutgoingRequest SnmpMsgProcessingModelV3.getOutgoingRequest(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpIncomingResponse SnmpMsgProcessingModelV3.getIncomingResponse(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpIncomingRequest SnmpMsgProcessingModelV1V2.getIncomingRequest(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpOutgoingRequest SnmpMsgProcessingModelV1V2.getOutgoingRequest(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 SnmpIncomingResponse SnmpMsgProcessingModelV1V2.getIncomingResponse(SnmpPduFactory factory)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 

Uses of SnmpPduFactory in javax.management.snmp.manager
 

Methods in javax.management.snmp.manager that return SnmpPduFactory
 SnmpPduFactory SnmpEventReportDispatcher.getPduFactory()
          Deprecated. Gets the PDU factory associated to this SnmpEventReportDispatcher.
 SnmpPduFactory SnmpSession.getPduFactory()
          Deprecated. Gets the PDU factory.
 SnmpPduFactory SnmpPeer.getPduFactory()
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpSession.getPduFactory()
 

Methods in javax.management.snmp.manager with parameters of type SnmpPduFactory
 void SnmpEventReportDispatcher.setPduFactory(SnmpPduFactory factory)
          Deprecated. Sets the PDU factory associated to this SnmpEventReportDispatcher.
 void SnmpSession.setPduFactory(SnmpPduFactory factory)
          Deprecated. Sets the PDU factory.
 void SnmpPeer.setPduFactory(SnmpPduFactory factory)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpSession.setPduFactory(javax.management.snmp.SnmpPduFactory)
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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