|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MOInput
The MOInput models the interface for reading ManagedObject
data into a SNMP4J-Agent in a generic way.
| Method Summary | |
|---|---|
void |
close()
|
int |
getImportMode()
Returns the update mode, which might be one of the constants defined by ImportModes. |
Context |
readContext()
|
IndexedVariables |
readIndexedVariables()
|
MOInfo |
readManagedObject()
|
Sequence |
readSequence()
|
org.snmp4j.smi.Variable |
readVariable()
|
void |
skipContext(Context context)
|
void |
skipManagedObject(MOInfo mo)
Skips to the end of the specified managed object's configuration. |
| Method Detail |
|---|
int getImportMode()
ImportModes.
SerializableManagedObject to import its content from
persistent storage.
Context readContext()
throws java.io.IOException
java.io.IOException
void skipContext(Context context)
throws java.io.IOException
java.io.IOException
MOInfo readManagedObject()
throws java.io.IOException
java.io.IOException
void skipManagedObject(MOInfo mo)
throws java.io.IOException
mo - a MOInfo instance.
java.io.IOException
org.snmp4j.smi.Variable readVariable()
throws java.io.IOException
java.io.IOException
Sequence readSequence()
throws java.io.IOException
java.io.IOException
IndexedVariables readIndexedVariables()
throws java.io.IOException
java.io.IOException
void close()
throws java.io.IOException
java.io.IOException
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||