org.glassfish.config.support
Class SystemPropertyUpgrade

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

@Service
public class SystemPropertyUpgrade
extends Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

Upgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in existing domain.xml: Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists.

Author:
Jennifer Chou

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

Constructor Detail

SystemPropertyUpgrade

public SystemPropertyUpgrade()
Method Detail

postConstruct

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


Copyright © 2012 GlassFish Community. All Rights Reserved.