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 -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.sun.enterprise.config.serverbeans.JavaConfig>Report the JavaConfig beans for each config.void
-
Constructor Details
-
V2ToV3ConfigUpgrade
public V2ToV3ConfigUpgrade()
-
-
Method Details
-
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
-