- All Known Implementing Classes:
DefaultMOOutput
public interface MOOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwriteContextBegin(Context context) voidwriteContextEnd(Context context) voidwriteIndexedVariables(IndexedVariables indexedVariables) voidvoidvoidwriteSequence(Sequence sequence) voidwriteVariable(org.snmp4j.smi.Variable variable)
-
Method Details
-
writeContextBegin
- Throws:
IOException
-
writeContextEnd
- Throws:
IOException
-
writeManagedObjectBegin
- Throws:
IOException
-
writeManagedObjectEnd
- Throws:
IOException
-
writeSequence
- Throws:
IOException
-
writeVariable
- Throws:
IOException
-
writeIndexedVariables
- Throws:
IOException
-
close
- Throws:
IOException
-