|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportModuleListener
Interface for supportive objects that implement MIB module loading on demand rather than through a MIB repository.
| Method Summary | |
|---|---|
java.lang.Integer |
createModuleID(java.lang.String moduleName)
Create a unique module ID for a MIB module. |
void |
freeModuleID(java.lang.Integer moduleID,
java.lang.String moduleName)
Frees a module ID that is no longer used by the specified MIB module. |
void |
importModule(ImportModuleEvent e)
Import a MIB module and return the objects defined in that module in the provided ImportModuleEvent object. |
| Method Detail |
|---|
void importModule(ImportModuleEvent e)
null.
event - a ImportModuleEvent instance.java.lang.Integer createModuleID(java.lang.String moduleName)
void freeModuleID(java.lang.Integer moduleID,
java.lang.String moduleName)
moduleID - an Integer value.
|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||