Interface | Description |
---|---|
MOInput |
The
MOInput models the interface for reading ManagedObject
data into a SNMP4J-Agent in a generic way. |
MOInputFactory |
The
MOInputFactory creates a MOInput instance to be used
to read managed object content. |
MOOutput | |
MOOutputFactory |
The
MOOutputFactory creates a MOOutput instance to be
used to output managed object content. |
MOPersistenceProvider |
The
MOPersistenceProvider interface defines how persistent
storage can be used to save and restore an agents state. |
Class | Description |
---|---|
Context | |
DefaultMOInput | |
DefaultMOOutput | |
DefaultMOPersistenceProvider |
The
DefaultMOPersistenceProvider provides agent state
persistence using a file with DefaultMOInput and
DefaultMOOutput input/output. |
IndexedVariables | |
MOInfo | |
MOServerPersistence |
The
MOServerPersistence provides persistence operations
to load and save serialized MIB data. |
Sequence |
Enum | Description |
---|---|
ImportMode |
The definition of import modes for MIB data.
|
Copyright © 2018 SNMP4J.org. All rights reserved.