| 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 | 
|---|---|
SnmpContext | 
SnmpEvent.getContext()
Gets the  
context property. | 
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. 
 | 
| Constructor and Description | 
|---|
SnmpEvent(SnmpContext context,
         SnmpResponse<V> response)
Constructs a new instance. 
 | 
| 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.