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 | Class and Description |
---|---|
class |
SimpleSnmpTargetConfig
An
SnmpTargetConfig implemented as a simple configurable
bean. |
Modifier and Type | Method and Description |
---|---|
SnmpTargetConfig |
SnmpTargetConfig.clone()
Creates a clone of this configuration.
|
SnmpTargetConfig |
SimpleSnmpTargetConfig.clone()
Creates a clone of this configuration.
|
Modifier and Type | Method and Description |
---|---|
SnmpContext |
SnmpFactory.newContext(SnmpTarget target,
Mib mib,
SnmpTargetConfig config,
String providerName)
Gets a new SNMPv2c context using the named provider.
|
SnmpContext |
SnmpFactory.newContext(SnmpTarget target,
SnmpTargetConfig config)
Gets a new SNMPv2c context using the first available provider.
|
Modifier and Type | Method and Description |
---|---|
SnmpContext |
SnmpProvider.newContext(SnmpTarget target,
SnmpTargetConfig config,
Mib mib)
Creates a new SNMPv2c context.
|
Modifier and Type | Method and Description |
---|---|
SnmpContext |
Snmp4jProvider.newContext(SnmpTarget target,
SnmpTargetConfig config,
Mib mib)
Creates a new SNMPv2c context.
|
Copyright © 2012–2015. All rights reserved.