Uses of Enum Class
org.snmp4j.agent.io.ImportMode
Packages that use ImportMode
Package
Description
-
Uses of ImportMode in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type ImportModeModifier and TypeMethodDescriptionboolean
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 ImportModeModifier and TypeMethodDescriptionstatic ImportMode
Returns the enum constant of this class with the specified name.static ImportMode[]
ImportMode.values()
Returns an array containing the constants of this enum class, 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 ImportModeModifierConstructorDescriptionPropertyMOInput
(Properties props, VariableProvider variables, ImportMode importMode) -
Uses of ImportMode in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type ImportModeModifier and TypeMethodDescriptionboolean
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)