Uses of Interface
com.sun.management.snmp.SnmpPduFactory

Packages that use SnmpPduFactory
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.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
com.sun.management.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
 

Uses of SnmpPduFactory in com.sun.management.comm
 

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

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

Uses of SnmpPduFactory in com.sun.management.snmp
 

Classes in com.sun.management.snmp that implement SnmpPduFactory
 class SnmpPduFactoryBER
          Default implementation of the SnmpPduFactory interface.
 

Uses of SnmpPduFactory in com.sun.management.snmp.manager
 

Methods in com.sun.management.snmp.manager that return SnmpPduFactory
 SnmpPduFactory SnmpEventReportDispatcher.getPduFactory()
          Gets the PDU factory associated to this SnmpEventReportDispatcher.
 SnmpPduFactory SnmpSession.getPduFactory()
          Gets the PDU factory.
 

Methods in com.sun.management.snmp.manager with parameters of type SnmpPduFactory
 void SnmpEventReportDispatcher.setPduFactory(SnmpPduFactory factory)
          Sets the PDU factory associated to this SnmpEventReportDispatcher.
 void SnmpSession.setPduFactory(SnmpPduFactory factory)
          Sets the PDU factory.
 

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

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


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.