Package org.glassfish.config.support
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.ConfigListenerListens 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 Summary
Constructors Constructor Description ConfigConfigBeanListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jvnet.hk2.config.UnprocessedChangeEventschanged(PropertyChangeEvent[] events)
-
-
-
Method Detail
-
changed
public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
- Specified by:
changedin interfaceorg.jvnet.hk2.config.ConfigListener
-
-