Package | Description |
---|---|
org.opennms.netmgt.scriptd.helper | |
org.opennms.netmgt.snmp |
Non-implementation-specific SNMP API.
|
org.opennms.netmgt.snmp.joesnmp |
Use JoeSNMP for SNMP support in OpenNMS.
|
org.opennms.netmgt.snmp.mock | |
org.opennms.netmgt.snmp.snmp4j |
Use SNMP4J for SNMP support in OpenNMS.
|
Modifier and Type | Method and Description |
---|---|
SnmpV3TrapBuilder |
SnmpTrapHelper.createV3Inform(String trapOid,
String sysUpTime)
Create an SNMP V3 trap with the specified trap object ID, and sysUpTime
value.
|
SnmpV3TrapBuilder |
SnmpTrapHelper.createV3Trap(String trapOid,
String sysUpTime)
Create an SNMP V3 trap with the specified trap object ID, and sysUpTime
value.
|
Modifier and Type | Method and Description |
---|---|
SnmpV3TrapBuilder |
SnmpStrategy.getV3InformBuilder() |
static SnmpV3TrapBuilder |
SnmpUtils.getV3InformBuilder() |
SnmpV3TrapBuilder |
SnmpStrategy.getV3TrapBuilder() |
static SnmpV3TrapBuilder |
SnmpUtils.getV3TrapBuilder() |
Modifier and Type | Method and Description |
---|---|
SnmpV3TrapBuilder |
JoeSnmpStrategy.getV3InformBuilder() |
SnmpV3TrapBuilder |
JoeSnmpStrategy.getV3TrapBuilder() |
Modifier and Type | Method and Description |
---|---|
SnmpV3TrapBuilder |
MockSnmpStrategy.getV3InformBuilder() |
SnmpV3TrapBuilder |
MockSnmpStrategy.getV3TrapBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
Snmp4JV3InformBuilder |
class |
Snmp4JV3TrapBuilder |
Modifier and Type | Method and Description |
---|---|
SnmpV3TrapBuilder |
Snmp4JStrategy.getV3InformBuilder() |
SnmpV3TrapBuilder |
Snmp4JStrategy.getV3TrapBuilder() |
Copyright © 2021. All rights reserved.