Class V2ToV3ConfigUpgrade

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

    @Service
    @PerLookup
    public class V2ToV3ConfigUpgrade
    extends Object
    implements org.glassfish.api.admin.config.ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    Change the jvm-options from v2 to v3
    Author:
    Byron Nevins
    • Constructor Detail

      • V2ToV3ConfigUpgrade

        public V2ToV3ConfigUpgrade()
    • Method Detail

      • getJavaConfigs

        public Collection<com.sun.enterprise.config.serverbeans.JavaConfig> getJavaConfigs()
        Report the JavaConfig beans for each config.

        Lets the caller command prepare access checks for security authorization.

        Returns:
      • postConstruct

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