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
IOExceptionvoid writeContextEnd(Context context) throws IOException
IOExceptionvoid writeManagedObjectBegin(MOInfo mo) throws IOException
IOExceptionvoid writeManagedObjectEnd(MOInfo mo) throws IOException
IOExceptionvoid writeSequence(Sequence sequence) throws IOException
IOExceptionvoid writeVariable(org.snmp4j.smi.Variable variable)
throws IOException
IOExceptionvoid writeIndexedVariables(IndexedVariables indexedVariables) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2020 SNMP4J.org. All rights reserved.