Package | Description |
---|---|
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.snmp4j |
Use SNMP4J for SNMP support in OpenNMS.
|
org.opennms.netmgt.trapd |
Modifier and Type | Method and Description |
---|---|
TrapProcessor |
TrapProcessorFactory.createTrapProcessor() |
TrapProcessor |
TrapNotification.getTrapProcessor() |
TrapProcessor |
TrapInformation.getTrapProcessor() |
Constructor and Description |
---|
TrapInformation(InetAddress agent,
String community,
TrapProcessor trapProcessor) |
Constructor and Description |
---|
V1TrapInformation(InetAddress agent,
String community,
SnmpPduTrap pdu,
TrapProcessor trapProcessor)
Constructs a new trap information instance that contains the sending
agent, the community string, and the Protocol Data Unit.
|
V2TrapInformation(InetAddress agent,
String community,
SnmpPduPacket pdu,
TrapProcessor trapProcessor)
Constructs a new trap information instance that contains the sending
agent, the community string, and the Protocol Data Unit.
|
Constructor and Description |
---|
Snmp4JV1TrapInformation(InetAddress agent,
String community,
org.snmp4j.PDUv1 pdu,
TrapProcessor trapProcessor) |
Snmp4JV2TrapInformation(InetAddress agent,
String community,
org.snmp4j.PDU pdu,
TrapProcessor trapProcessor)
Constructs a new trap information instance that contains the sending
agent, the community string, and the Protocol Data Unit.
|
Modifier and Type | Class and Description |
---|---|
class |
EventCreator
EventCreator class.
|
Modifier and Type | Method and Description |
---|---|
TrapProcessor |
Trapd.createTrapProcessor()
createTrapProcessor
|
Copyright © 2017. All rights reserved.