Uses of Class
org.snmp4j.agent.io.ImportMode
-
Packages that use ImportMode Package Description org.snmp4j.agent org.snmp4j.agent.io org.snmp4j.agent.io.prop org.snmp4j.agent.mo -
-
Uses of ImportMode in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type ImportMode Modifier and Type Method Description boolean
RandomAccessManagedObject. importInstance(org.snmp4j.smi.OID instanceSubID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)
Imports the data that internally represents the instance specified by the OID suffixinstanceID
from the byte data provided which can be encoded in any representation theManagedObject
is able to understand. -
Uses of ImportMode in org.snmp4j.agent.io
Methods in org.snmp4j.agent.io that return ImportMode Modifier and Type Method Description static ImportMode
ImportMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportMode[]
ImportMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImportMode in org.snmp4j.agent.io.prop
Constructors in org.snmp4j.agent.io.prop with parameters of type ImportMode Constructor Description PropertyMOInput(Properties props, VariableProvider variables, ImportMode importMode)
-
Uses of ImportMode in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type ImportMode Modifier and Type Method Description boolean
DefaultMOTable. importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)
boolean
MOScalar. importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)
-