Package org.snmp4j.agent.io.prop


package org.snmp4j.agent.io.prop
  • Classes
    Class
    Description
    An in-memory representation of the managed objects configured by a MOInput source (for example a PropertyMOInput properties file), organised as an OID prefix tree (trie) per SNMP context.
    A node in the OID tree.
    A single configured table row: an index OID and the per-column values.
    The configured rows of a conceptual table (SMI table row entry).
    The PropertyMOInput can be used to load MIB data from a properties file.
    Builds an in-memory MIBTree from a MOInput-formatted properties configuration (see PropertyMOInput for the format description).
    A VariableProvider that never resolves a variable to a concrete runtime value but instead returns an UnresolvedReference preserving the requested name/OID.
    An UnresolvedReference represents a configured variable value that references another variable or object instance (using the {$name} / ${name} syntax of the PropertyMOInput format) which could not be resolved to an actual value — typically because the configuration is inspected statically, without a running agent to supply the referenced instance value.