Class ConfigConfigBeanListener

  • All Implemented Interfaces:
    org.jvnet.hk2.config.ConfigListener

    @Service
    @RunLevel(mode=0,
              value=10)
    public final class ConfigConfigBeanListener
    extends Object
    implements org.jvnet.hk2.config.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 org.jvnet.hk2.config.UnprocessedChangeEvents changed​(PropertyChangeEvent[] events)
        Specified by:
        changed in interface org.jvnet.hk2.config.ConfigListener