- java.lang.Object
-
- org.snmp4j.agent.io.DefaultMOOutput
-
-
Constructor Summary
Constructors Constructor Description DefaultMOOutput(ObjectOutputStream os)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwriteContextBegin(Context context)voidwriteContextEnd(Context context)voidwriteIndexedVariables(IndexedVariables indexedVariables)voidwriteManagedObjectBegin(MOInfo mo)voidwriteManagedObjectEnd(MOInfo mo)voidwriteSequence(Sequence sequence)voidwriteVariable(org.snmp4j.smi.Variable variable)
-
-
-
Constructor Detail
-
DefaultMOOutput
public DefaultMOOutput(ObjectOutputStream os)
-
-
Method Detail
-
writeContextBegin
public void writeContextBegin(Context context) throws IOException
- Specified by:
writeContextBeginin interfaceMOOutput- Throws:
IOException
-
writeContextEnd
public void writeContextEnd(Context context) throws IOException
- Specified by:
writeContextEndin interfaceMOOutput- Throws:
IOException
-
writeIndexedVariables
public void writeIndexedVariables(IndexedVariables indexedVariables) throws IOException
- Specified by:
writeIndexedVariablesin interfaceMOOutput- Throws:
IOException
-
writeManagedObjectBegin
public void writeManagedObjectBegin(MOInfo mo) throws IOException
- Specified by:
writeManagedObjectBeginin interfaceMOOutput- Throws:
IOException
-
writeManagedObjectEnd
public void writeManagedObjectEnd(MOInfo mo) throws IOException
- Specified by:
writeManagedObjectEndin interfaceMOOutput- Throws:
IOException
-
writeSequence
public void writeSequence(Sequence sequence) throws IOException
- Specified by:
writeSequencein interfaceMOOutput- Throws:
IOException
-
writeVariable
public void writeVariable(org.snmp4j.smi.Variable variable) throws IOException- Specified by:
writeVariablein interfaceMOOutput- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceMOOutput- Throws:
IOException
-
-