com.sun.enterprise.admin.servermgmt
Class V2ToV3ConfigUpgrade

java.lang.Object
  extended by com.sun.enterprise.admin.servermgmt.V2ToV3ConfigUpgrade
All Implemented Interfaces:
ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class V2ToV3ConfigUpgrade
extends Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

Change the jvm-options from v2 to v3

Author:
Byron Nevins

Constructor Summary
V2ToV3ConfigUpgrade()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V2ToV3ConfigUpgrade

public V2ToV3ConfigUpgrade()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct


Copyright © 2012 GlassFish Community. All Rights Reserved.