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

Packages that use SNMPv2TrapPDU
com.amx.duet.tools.net.snmp Provides SNMP communication classes and interfaces that simplify the SNMP api package. 
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPv2TrapPDU in com.amx.duet.tools.net.snmp
 

Methods in com.amx.duet.tools.net.snmp with parameters of type SNMPv2TrapPDU
 void SNMPTrapConnection.processv2Trap(SNMPv2TrapPDU trapPDU)
           
 

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

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

Methods in com.amx.duet.tools.net.snmp.api with parameters of type SNMPv2TrapPDU
 void SNMPv2TrapListener.processv2Trap(SNMPv2TrapPDU trapPDU)
           
 void SNMPTrapSenderInterface.sendTrap(int version, java.net.InetAddress hostAddress, java.lang.String community, SNMPv2TrapPDU pdu)
          Send the supplied SNMPv2 trap pdu to the specified host, using the supplied version number and community name.
 void SNMPTrapSenderInterface.sendTrap(java.net.InetAddress hostAddress, java.lang.String community, SNMPv2TrapPDU pdu)
          Send the supplied trap pdu to the specified host, using the supplied community name and using 1 for the version field in the SNMP message.
 

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



Copyright © 2008 AMX LLC. All Rights Reserved.