Package org.opennms.netmgt.dao
Interface VmwareConfigDao
-
- All Known Implementing Classes:
VmwareConfigDaoJaxb
public interface VmwareConfigDao
The Interface VmwareConfigDao This class is used for defining the methods for accessing the configuration data for the Vmware Accounts- Author:
- Christian Pape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmwareConfig
getConfig()
Returns the loaded config object.java.util.Map<java.lang.String,VmwareServer>
getServerMap()
Returns the map of server entries from the configuration object.
-
-
-
Method Detail
-
getConfig
VmwareConfig getConfig()
Returns the loaded config object.- Returns:
- the current config object
-
getServerMap
java.util.Map<java.lang.String,VmwareServer> getServerMap()
Returns the map of server entries from the configuration object.- Returns:
- the map of server entries
-
-