| Package | Description |
|---|---|
| org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
| org.soulwing.snmp.provider |
Defines the interfaces that must be implemented by SNMP and MIB providers.
|
| org.soulwing.snmp.provider.snmp4j |
Snmp4j-based
SnmpProvider |
| Modifier and Type | Method and Description |
|---|---|
SnmpListener |
SnmpNotificationEvent.getSource()
Gets the source listener for this event.
|
SnmpListener |
SnmpFactory.newListener(int port,
Mib mib)
Creates a new listener that listens on any local address using the
first available provider.
|
SnmpListener |
SnmpFactory.newListener(Mib mib)
Creates a new listener that listens on the default notification port
with any local address, using the first available provider.
|
SnmpListener |
SnmpFactory.newListener(String address,
int port,
Mib mib)
Creates a new listener using the first available provider.
|
SnmpListener |
SnmpFactory.newListener(String address,
int port,
Mib mib,
String providerName)
Creates a new listener using the named provider.
|
| Modifier and Type | Method and Description |
|---|---|
SnmpListener |
SnmpProvider.newListener(String address,
int port,
Mib mib)
Creates a new listener that will receive and distribute SNMP notifications
(traps, informs).
|
| Modifier and Type | Method and Description |
|---|---|
SnmpListener |
Snmp4jProvider.newListener(String address,
int port,
Mib mib) |
Copyright © 2012–2017. All rights reserved.