| 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.mibble | 
 Mibble-based  
MibProvider | 
| org.soulwing.snmp.provider.snmp4j | 
 Snmp4j-based  
SnmpProvider | 
| Modifier and Type | Method and Description | 
|---|---|
Mib | 
Mib.addDirectory(File directory)
Adds a directory to the MIB file search path. 
 | 
Mib | 
SnmpContext.getMib()
Gets the MIB associated with this context. 
 | 
Mib | 
Mib.load(File file)
Loads a MIB module from given file. 
 | 
Mib | 
Mib.load(String moduleName)
Loads a named MIB module. 
 | 
Mib | 
Mib.load(URL location)
Loads a MIB module from given location. 
 | 
Mib | 
MibFactory.newMib()
Creates a new MIB using the first available provider. 
 | 
Mib | 
MibFactory.newMib(String providerName)
Creates a new MIB using the named provider. 
 | 
Mib | 
Mib.removeDirectory(File directory)
Removes a directory from the MIB file search path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 | 
|---|---|
Mib | 
MibProvider.newMib()
Gets a new instance of  
Mib from the receiver. | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpContext | 
SnmpProvider.newContext(SnmpTarget target,
          SnmpTargetConfig config,
          Mib mib)
Creates a new SNMPv2c context. 
 | 
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 | 
|---|---|
Mib | 
MibbleMibProvider.newMib()
Gets a new instance of  
Mib from the receiver. | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpContext | 
Snmp4jProvider.newContext(SnmpTarget target,
          SnmpTargetConfig config,
          Mib mib)
Creates a new SNMPv2c context. 
 | 
SnmpListener | 
Snmp4jProvider.newListener(String address,
           int port,
           Mib mib)  | 
Copyright © 2012–2015. All rights reserved.