Uses of Interface
com.snmp4j.smi.SmiModule
Packages that use SmiModule
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.
-
Uses of SmiModule in com.snmp4j.smi
Subinterfaces of SmiModule in com.snmp4j.smiModifier and TypeInterfaceDescriptioninterface
The SmiModule represents a SMIv2 MODULE-IDENTITY.Methods in com.snmp4j.smi that return SmiModuleModifier and TypeMethodDescriptionSmiManager.findSmiModule
(String moduleName) Gets theSmiModule
with the specified module name.Methods in com.snmp4j.smi that return types with arguments of type SmiModuleModifier and TypeMethodDescriptionSmiManager.findSmiModules
(org.snmp4j.smi.OID smiObjectIdentifier) Gets theSmiModule
that defines the provided object identifier.SmiManager.getLoadedSmiModules()
Get theSmiModule
object for all loaded MIB modules.