Class WebConfigurationUpgrade

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

    @Service(name="webConfigurationUpgrade")
    public class WebConfigurationUpgrade
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    This class implements the contract for services want to perform some upgrade on the application server configuration.
    Author:
    Shing Wai Chan
    • Constructor Detail

      • WebConfigurationUpgrade

        public WebConfigurationUpgrade()
    • Method Detail

      • postConstruct

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