Class V2ToV3ConfigUpgrade
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.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 Summary
Constructors Constructor Description V2ToV3ConfigUpgrade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<com.sun.enterprise.config.serverbeans.JavaConfig>getJavaConfigs()Report the JavaConfig beans for each config.voidpostConstruct()
-
-
-
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:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
-