Class JmxConfigDaoJaxb

    • Constructor Detail

      • JmxConfigDaoJaxb

        public JmxConfigDaoJaxb()
        Default constructor
    • Method Detail

      • getConfig

        public JmxConfig getConfig()
        Returns the loaded config object.
        Specified by:
        getConfig in interface JmxConfigDao
        Returns:
        the current config object
      • translateConfig

        public JmxConfig translateConfig​(JmxConfig jaxbConfig)
        Used to transform the config object to a custom representation. This method is not modified in this class, it just returns the config object itself.
        Specified by:
        translateConfig in class AbstractJaxbConfigDao<JmxConfig,​JmxConfig>
        Parameters:
        jaxbConfig - a config object.
        Returns:
        a custom object