Interface SnmpSubTreeRO<T>

Type Parameters:
T - model value type
All Superinterfaces:
SnmpProxyObject
All Known Implementing Classes:
SnmpSubTreeImplRO

public interface SnmpSubTreeRO<T> extends SnmpProxyObject
The SnmpSubTree interface defines a SnmpProxyObject for sub-trees of a SNMP agent MIB.
Author:
Frank Fock
  • Method Details

    • getValues

      SortedMap<org.snmp4j.smi.OID,T> getValues()
      Get the model value map for this subtree. The map's keys are the instance object identifier of the target SNMP MIB and the values are the corresponding model values.
      Returns:
      the sub-tree model values as map.