-
- All Known Implementing Classes:
DefaultMOOutput
public interface MOOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
writeContextBegin(Context context)
void
writeContextEnd(Context context)
void
writeIndexedVariables(IndexedVariables indexedVariables)
void
writeManagedObjectBegin(MOInfo mo)
void
writeManagedObjectEnd(MOInfo mo)
void
writeSequence(Sequence sequence)
void
writeVariable(org.snmp4j.smi.Variable variable)
-
-
-
Method Detail
-
writeContextBegin
void writeContextBegin(Context context) throws IOException
- Throws:
IOException
-
writeContextEnd
void writeContextEnd(Context context) throws IOException
- Throws:
IOException
-
writeManagedObjectBegin
void writeManagedObjectBegin(MOInfo mo) throws IOException
- Throws:
IOException
-
writeManagedObjectEnd
void writeManagedObjectEnd(MOInfo mo) throws IOException
- Throws:
IOException
-
writeSequence
void writeSequence(Sequence sequence) throws IOException
- Throws:
IOException
-
writeVariable
void writeVariable(org.snmp4j.smi.Variable variable) throws IOException
- Throws:
IOException
-
writeIndexedVariables
void writeIndexedVariables(IndexedVariables indexedVariables) throws IOException
- Throws:
IOException
-
close
void close() throws IOException
- Throws:
IOException
-
-