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 |
---|---|
SnmpTrapBuilder |
SnmpTrapHelper.createV2Trap(String trapOid,
String sysUpTime)
Create an SNMP V2 trap with the specified trap object ID, and sysUpTime
value.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpTrapHelper.addVarBinding(SnmpTrapBuilder trap,
String name,
String type,
String value)
Create a new variable binding and add it to the specified SNMP V1 trap.
|
void |
SnmpTrapHelper.addVarBinding(SnmpTrapBuilder trap,
String name,
String type,
String encoding,
String value)
Create a new variable binding and add it to the specified SNMP V1 trap.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SnmpV1TrapBuilder |
interface |
SnmpV2TrapBuilder |
interface |
SnmpV3TrapBuilder |
Modifier and Type | Method and Description |
---|---|
SnmpTrapBuilder |
SnmpStrategy.getV2TrapBuilder() |
static SnmpTrapBuilder |
SnmpUtils.getV2TrapBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
JoeSnmpV1TrapBuilder |
class |
JoeSnmpV2TrapBuilder |
Modifier and Type | Method and Description |
---|---|
SnmpTrapBuilder |
JoeSnmpStrategy.getV2TrapBuilder() |
Modifier and Type | Method and Description |
---|---|
SnmpTrapBuilder |
MockSnmpStrategy.getV2TrapBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
Snmp4JV1TrapBuilder |
class |
Snmp4JV2InformBuilder |
class |
Snmp4JV2TrapBuilder |
class |
Snmp4JV3InformBuilder |
class |
Snmp4JV3TrapBuilder |
Modifier and Type | Method and Description |
---|---|
SnmpTrapBuilder |
Snmp4JStrategy.getV2TrapBuilder() |
Copyright © 2021. All rights reserved.