Class ConfigConfigBeanListener

  • All Implemented Interfaces:
    ConfigListener

    @Service
    @RunLevel(mode=0,
              value=10)
    public final class ConfigConfigBeanListener
    extends Object
    implements ConfigListener
    Listens for changes to the Config for the current server and adds an index for the name ServerEnvironment.DEFAULT_INSTANCE_NAME to any objects that are added.
    • Constructor Detail

      • ConfigConfigBeanListener

        public ConfigConfigBeanListener()
    • Method Detail

      • changed

        public UnprocessedChangeEvents changed​(PropertyChangeEvent[] events)
        Description copied from interface: ConfigListener
        Notification that @Configured objects that were injected have changed
        Specified by:
        changed in interface ConfigListener
        Parameters:
        events - list of changes
        Returns:
        the list of unprocessed events (requiring a restart) or null if all reconfiguration was processed successfully