Uses of Interface
org.snmp4j.agent.io.MOInput
-
Packages that use MOInput Package Description org.snmp4j.agent org.snmp4j.agent.io org.snmp4j.agent.io.prop org.snmp4j.agent.mo -
-
Uses of MOInput in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOInput Modifier and Type Method Description voidSerializableManagedObject. load(MOInput input)Loads the content of the managed object from the specified input (stream). -
Uses of MOInput in org.snmp4j.agent.io
Classes in org.snmp4j.agent.io that implement MOInput Modifier and Type Class Description classDefaultMOInputMethods in org.snmp4j.agent.io that return MOInput Modifier and Type Method Description MOInputMOInputFactory. createMOInput()Creates aMOInputstream.Methods in org.snmp4j.agent.io with parameters of type MOInput Modifier and Type Method Description voidMOServerPersistence. loadData(MOInput input) -
Uses of MOInput in org.snmp4j.agent.io.prop
Classes in org.snmp4j.agent.io.prop that implement MOInput Modifier and Type Class Description classPropertyMOInputThePropertyMOInputcan be used to load MIB data from a properties file. -
Uses of MOInput in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type MOInput Modifier and Type Method Description voidDefaultMOTable. load(MOInput input)voidMOScalar. load(MOInput input)
-