org.glassfish.config.support
Class UpgradeService

java.lang.Object
  extended by org.glassfish.config.support.UpgradeService
All Implemented Interfaces:
ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

@Service
public class UpgradeService
extends java.lang.Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

Startup service to update existing domain.xml to the latest expected format

Author:
Jerome Dochez

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

Constructor Detail

UpgradeService

public UpgradeService()
Method Detail

postConstruct

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


Copyright © 2012 GlassFish Community. All Rights Reserved.