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 void
SerializableManagedObject. 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 class
DefaultMOOutput
Methods in org.snmp4j.agent.io that return MOOutput Modifier and Type Method Description MOOutput
MOOutputFactory. createMOOutput()
Creates aMOOutput
stream.Methods in org.snmp4j.agent.io with parameters of type MOOutput Modifier and Type Method Description void
MOServerPersistence. saveData(MOOutput output)
Saves the serializable data of the associated servers to the givenMOOutput
.void
MOServerPersistence. saveData(MOOutput output, MOPriorityProvider priorityProvider)
Saves the serializable data of the associated servers to the givenMOOutput
in the order defined byMOPriorityProvider
. -
Uses of MOOutput in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type MOOutput Modifier and Type Method Description void
DefaultMOTable. save(MOOutput output)
void
MOScalar. save(MOOutput output)
-