Class RestConfigChangeListener

  • All Implemented Interfaces:
    ConfigListener

    @Deprecated
    public class RestConfigChangeListener
    extends Object
    implements ConfigListener
    Deprecated.
    This test listen to a property change event only injecting the parent containing the property.
    Author:
    Ludovic Champenois
    • Constructor Detail

      • RestConfigChangeListener

        public RestConfigChangeListener​(org.glassfish.hk2.api.ServiceLocator habitat,
                                        Reloader reload,
                                        org.glassfish.jersey.server.ResourceConfig rc,
                                        ServerContext sc)
        Deprecated.
    • Method Detail

      • changed

        public UnprocessedChangeEvents changed​(PropertyChangeEvent[] events)
        Deprecated.
        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