Class PrismConfigurationUpdater

    • Constructor Detail

      • PrismConfigurationUpdater

        public PrismConfigurationUpdater()
    • Method Detail

      • update

        public void update​(@Nullable
                           @Nullable SystemConfigurationType value)
        Description copied from interface: SystemConfigurationChangeListener
        Updates the listener's internal state with the configuration provided.
        Specified by:
        update in interface SystemConfigurationChangeListener
        Parameters:
        value - Current value of the system configuration object. It is 'null' if the object does not exist. Usually listeners keep their current state in such cases, but if needed, it will have the information about missing sysconfig object, so it could act accordingly.
      • init

        @PostConstruct
        public void init()
      • shutdown

        @PreDestroy
        public void shutdown()