|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SnmpMsgProcessingModelV1V2.getIncomingRequest(SnmpPduFactory factory)
Look for SnmpMsgProcessingModel interface specification. |
com.sun.management.internal.snmp.SnmpOutgoingRequest |
SnmpMsgProcessingModelV1V2.getOutgoingRequest(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.SnmpIncomingRequest |
SnmpMsgProcessingModelV3.getIncomingRequest(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.SnmpIncomingResponse |
SnmpMsgProcessingModelV3.getIncomingResponse(SnmpPduFactory factory)
Look for SnmpMsgProcessingModel interface specification. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |