public interface VariableProvider
VariableProvider provides Variable instances.
It is implementation dependent whether the variables are identified by
a dotted OID string or a textual name.| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.Variable |
getVariable(String name)
Gets the variable with the specified name, which might be either a
textual name or an instance OID.
|
org.snmp4j.smi.Variable getVariable(String name)
name - the name or OID of the variable to return.null if such a variable with the
specified name or OID does not exists.Copyright © 2020 SNMP4J.org. All rights reserved.