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 | Interface and Description |
---|---|
interface |
SnmpV2cTarget
An SNMPv2c
SnmpTarget . |
interface |
SnmpV3Target
An SNMPv3
SnmpTarget . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSnmpV2cTarget
A
SnmpV2cTarget implemented as a simple configurable bean. |
class |
SimpleSnmpV3Target
A
SnmpV3Target implemented as a simple configurable bean. |
class |
SnmpTargetBase
An abstract base for
SnmpTarget implementations. |
Modifier and Type | Method and Description |
---|---|
SnmpTarget |
SnmpNotification.getPeer()
Gets a target that describes the sender of the notification.
|
SnmpTarget |
SnmpContext.getTarget()
Gets the target of this context.
|
Modifier and Type | Method and Description |
---|---|
SnmpContext |
SnmpFactory.newContext(SnmpTarget target)
Gets a new SNMPv2c context using the first available provider, default
MIB, and the factory's default configuration.
|
SnmpContext |
SnmpFactory.newContext(SnmpTarget target,
Mib mib)
Gets a new SNMPv2c context using the first available provider and the
factory's default configuration.
|
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.