-
- All Known Implementing Classes:
DefaultMOOutput
public interface MOOutput
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
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
-
-