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