public interface MOOutput
Modifier and Type | Method and 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) |
void writeContextBegin(Context context) throws IOException
IOException
void writeContextEnd(Context context) throws IOException
IOException
void writeManagedObjectBegin(MOInfo mo) throws IOException
IOException
void writeManagedObjectEnd(MOInfo mo) throws IOException
IOException
void writeSequence(Sequence sequence) throws IOException
IOException
void writeVariable(org.snmp4j.smi.Variable variable) throws IOException
IOException
void writeIndexedVariables(IndexedVariables indexedVariables) throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2016 SNMP4J.org. All rights reserved.