Package org.opennms.netmgt.dao.jmx
Interface JmxConfigDao
-
- All Known Implementing Classes:
JmxConfigDaoJaxb
public interface JmxConfigDao
Dao class for accessing the jmx credentials config.- Author:
- Christian Pape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JmxConfig
getConfig()
Returns the loaded config object.
-
-
-
Method Detail
-
getConfig
JmxConfig getConfig()
Returns the loaded config object.- Returns:
- the current config object
-
-