Package org.opennms.netmgt.config
Interface SnmpHwInventoryAdapterConfigDao
-
- All Known Implementing Classes:
DefaultSnmpHwInventoryAdapterConfigDao
public interface SnmpHwInventoryAdapterConfigDao
The Interface SnmpHwInventoryAdapterConfigDao.- Author:
- Alejandro Galue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HwInventoryAdapterConfiguration
getConfiguration()
Gets the configuration.void
reload()
Reload.
-
-
-
Method Detail
-
getConfiguration
HwInventoryAdapterConfiguration getConfiguration()
Gets the configuration.- Returns:
- the configuration
-
reload
void reload()
Reload.
-
-