| Package | Description |
|---|---|
| com.snmp4j.smi |
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
|
| com.snmp4j.smi.util |
The
com.snmp4j.smi.util package contains utility classes to be used
in conjunction with the SmiManager class of the com.snmp4j.smi package. |
| Constructor and Description |
|---|
SmiManager(String licenseKey,
RepositoryDriver repositoryDriver)
Creates a
SmiManager that provides the MIB information to SNMP4J through
implementations of the OIDTextFormat and VariableTextFormat
interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemRepositoryDriver
MemRepositoryDriver is a
RepositoryDriver which stores all MIB modules in memory. |
Copyright © 2015 SNMP4J.com. All Rights Reserved.