Uses of Class
com.amx.duet.tools.net.snmp.api.SNMPPDU

Packages that use SNMPPDU
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPPDU in com.amx.duet.tools.net.snmp.api
 

Subclasses of SNMPPDU in com.amx.duet.tools.net.snmp.api
 class SNMPv2InformRequestPDU
          The SNMPv2InformRequestPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
 class SNMPv2TrapPDU
          The SNMPv2TrapPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
 

Methods in com.amx.duet.tools.net.snmp.api that return SNMPPDU
 SNMPPDU SNMPMessage.getPDU()
          Utility method which returns the PDU contained in the SNMP message.
 

Methods in com.amx.duet.tools.net.snmp.api with parameters of type SNMPPDU
 SNMPSequence SNMPRequestListener.processRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get- or Set- request messages.
 SNMPSequence SNMPRequestListener.processGetNextRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get-Next- request messages.
 

Constructors in com.amx.duet.tools.net.snmp.api with parameters of type SNMPPDU
SNMPMessage(int version, java.lang.String community, SNMPPDU pdu)
          Create an SNMP message with specified version, community, and pdu.
 



Copyright © 2008 AMX LLC. All Rights Reserved.