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 TypeMethodDescriptionbooleanRandomAccessManagedObject.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 suffixinstanceIDfrom the byte data provided which can be encoded in any representation theManagedObjectis able to understand. -
Uses of ImportMode in org.snmp4j.agent.io
Subclasses with type arguments of type ImportMode in org.snmp4j.agent.ioMethods in org.snmp4j.agent.io that return ImportModeModifier and TypeMethodDescriptionstatic ImportModeReturns 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 TypeMethodDescriptionbooleanDefaultMOTable.importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode) booleanMOScalar.importInstance(org.snmp4j.smi.OID instanceID, List<org.snmp4j.smi.VariableBinding> data, ImportMode importMode)