Uses of Interface
org.snmp4j.agent.io.MOOutput
-
Packages that use MOOutput Package Description org.snmp4j.agent org.snmp4j.agent.io org.snmp4j.agent.mo -
-
Uses of MOOutput in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOOutput Modifier and Type Method Description voidSerializableManagedObject. save(MOOutput output)Saves the (non-volatile) content of this managed object to the specified output (stream). -
Uses of MOOutput in org.snmp4j.agent.io
Classes in org.snmp4j.agent.io that implement MOOutput Modifier and Type Class Description classDefaultMOOutputMethods in org.snmp4j.agent.io that return MOOutput Modifier and Type Method Description MOOutputMOOutputFactory. createMOOutput()Creates aMOOutputstream.Methods in org.snmp4j.agent.io with parameters of type MOOutput Modifier and Type Method Description voidMOServerPersistence. saveData(MOOutput output)Saves the serializable data of the associated servers to the givenMOOutput. -
Uses of MOOutput in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type MOOutput Modifier and Type Method Description voidDefaultMOTable. save(MOOutput output)voidMOScalar. save(MOOutput output)
-