Class ConfigConfigBeanListener

java.lang.Object
org.glassfish.config.support.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 Details

    • ConfigConfigBeanListener

      public ConfigConfigBeanListener()
  • Method Details

    • changed

      public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
      Specified by:
      changed in interface org.jvnet.hk2.config.ConfigListener