Class SystemPropertyUpgrade

  • All Implemented Interfaces:
    ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct

    @Service
    public class SystemPropertyUpgrade
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    Upgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in existing domain.xml: Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists.
    Author:
    Jennifer Chou
    • Constructor Detail

      • SystemPropertyUpgrade

        public SystemPropertyUpgrade()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct