Package org.snmp4j.model.snmp.proxy
Interface SnmpSubTreeRO<T>
- Type Parameters:
T
- model value type
- All Superinterfaces:
SnmpProxyObject
- All Known Implementing Classes:
SnmpSubTreeImplRO
The
SnmpSubTree
interface defines a SnmpProxyObject
for sub-trees of a SNMP agent
MIB.- Author:
- Frank Fock
-
Method Summary
Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpProxyObject
getContext, getOID, reload, waitForTask
-
Method Details
-
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.
-