Class SmiManager.SmiModuleImportImpl
java.lang.Object
com.snmp4j.smi.SmiManager.SmiModuleImportImpl
- All Implemented Interfaces:
SmiModuleImport
- Enclosing class:
SmiManager
- Version:
- 2.0.0
- Author:
- Frank Fock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Retrieves a list of names of all modules that are imported by the module specified bySmiModuleImport.getModuleName().Gets the name of the module importing the modules returned bySmiModuleImport.getImportedModuleNames()through a SMI IMPORT statement.toString()
-
Constructor Details
-
SmiModuleImportImpl
-
-
Method Details
-
getModuleName
Description copied from interface:SmiModuleImportGets the name of the module importing the modules returned bySmiModuleImport.getImportedModuleNames()through a SMI IMPORT statement.- Specified by:
getModuleNamein interfaceSmiModuleImport- Returns:
- a MIB module name.
-
getImportedModuleNames
Description copied from interface:SmiModuleImportRetrieves a list of names of all modules that are imported by the module specified bySmiModuleImport.getModuleName().- Specified by:
getImportedModuleNamesin interfaceSmiModuleImport- Returns:
- a list of strings, where each string represents the name of an imported module.
-
toString
-