Uses of Interface
com.snmp4j.smi.RepositoryDriver
Packages that use RepositoryDriver
Package
Description
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.
The
com.snmp4j.smi.util
package contains utility classes to be used
in conjunction with the SmiManager
class of the com.snmp4j.smi
package.-
Uses of RepositoryDriver in com.snmp4j.smi
Constructors in com.snmp4j.smi with parameters of type RepositoryDriverModifierConstructorDescriptionSmiManager
(String licenseKey, RepositoryDriver repositoryDriver) Creates aSmiManager
that provides the MIB information to SNMP4J through implementations of theOIDTextFormat
andVariableTextFormat
interfaces. -
Uses of RepositoryDriver in com.snmp4j.smi.util
Classes in com.snmp4j.smi.util that implement RepositoryDriverModifier and TypeClassDescriptionclass
MemRepositoryDriver is aRepositoryDriver
which stores all MIB modules in memory.