Uses of Class
com.snmp4j.smi.RepositoryIO
Packages that use RepositoryIO
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 RepositoryIO in com.snmp4j.smi
Methods in com.snmp4j.smi with parameters of type RepositoryIOModifier and TypeMethodDescriptionvoid
RepositoryDriver.deleteModule
(RepositoryIO event) Requests deletion of the MIB module identified by the module name supplied with theRepositoryIO
object.void
RepositoryDriver.readModule
(RepositoryIO event) Requests to read a MIB module with the name specified in the supplied event object.void
RepositoryDriver.writeModule
(RepositoryIO event) Requests to write a MIB module with the name specified in the supplied event object. -
Uses of RepositoryIO in com.snmp4j.smi.util
Methods in com.snmp4j.smi.util with parameters of type RepositoryIOModifier and TypeMethodDescriptionvoid
MemRepositoryDriver.deleteModule
(RepositoryIO event) void
MemRepositoryDriver.readModule
(RepositoryIO event) void
MemRepositoryDriver.writeModule
(RepositoryIO event)