|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SNMPv1TrapPDU | |
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 SNMPv1TrapPDU in com.amx.duet.tools.net.snmp |
Methods in com.amx.duet.tools.net.snmp with parameters of type SNMPv1TrapPDU | |
void |
SNMPTrapConnection.processv1Trap(SNMPv1TrapPDU trapPDU)
|
Uses of SNMPv1TrapPDU in com.amx.duet.tools.net.snmp.api |
Methods in com.amx.duet.tools.net.snmp.api that return SNMPv1TrapPDU | |
SNMPv1TrapPDU |
SNMPMessage.getv1TrapPDU()
Utility method which returns the PDU contained in the SNMP message as an SNMPv1TrapPDU. |
Methods in com.amx.duet.tools.net.snmp.api with parameters of type SNMPv1TrapPDU | |
void |
SNMPv1TrapListener.processv1Trap(SNMPv1TrapPDU trapPDU)
|
void |
SNMPTrapSenderInterface.sendTrap(int version,
java.net.InetAddress hostAddress,
java.lang.String community,
SNMPv1TrapPDU pdu)
Send the supplied SNMPv1 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,
SNMPv1TrapPDU pdu)
Send the supplied trap pdu to the specified host, using the supplied community name and using 0 for the version field in the SNMP message (corresponding to SNMP version 1). |
Constructors in com.amx.duet.tools.net.snmp.api with parameters of type SNMPv1TrapPDU | |
SNMPMessage(int version,
java.lang.String community,
SNMPv1TrapPDU pdu)
Create an SNMP message with specified version, community, and trap pdu. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |