Uses of Class
snmp.SNMPv2TrapPDU

Packages that use SNMPv2TrapPDU
Default Package   
snmp The snmp package defines classes used to communicate with SNMP devices. 
 

Uses of SNMPv2TrapPDU in
 

Methods in Default Package with parameters of type SNMPv2TrapPDU
 void SNMPTrapTest.processv2Trap(SNMPv2TrapPDU pdu)
           
 

Uses of SNMPv2TrapPDU in snmp
 

Methods in snmp that return SNMPv2TrapPDU
 SNMPv2TrapPDU SNMPMessage.getv2TrapPDU()
          Utility method which returns the PDU contained in the SNMP message as an SNMPv2TrapPDU.
 

Methods in snmp with parameters of type SNMPv2TrapPDU
 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.
 void SNMPv2TrapListener.processv2Trap(SNMPv2TrapPDU trapPDU)
           
 

Constructors in snmp 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.