Package org.opennms.netmgt.snmp
Interface SnmpV2TrapBuilder
-
- All Superinterfaces:
SnmpTrapBuilder
- All Known Subinterfaces:
SnmpV3TrapBuilder
- All Known Implementing Classes:
Snmp4JV2InformBuilder
,Snmp4JV3InformBuilder
,Snmp4JV3TrapBuilder
public interface SnmpV2TrapBuilder extends SnmpTrapBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnmpValue[]
sendInform(String destAddr, int destPort, int timeout, int retries, String community)
-
Methods inherited from interface org.opennms.netmgt.snmp.SnmpTrapBuilder
addVarBind, send, sendTest
-
-