com.sun.enterprise.v3.admin
Class AdminConsoleConfigUpgrade

java.lang.Object
  extended by com.sun.enterprise.v3.admin.AdminConsoleConfigUpgrade
All Implemented Interfaces:
ConfigurationUpgrade, org.glassfish.hk2.PostConstruct

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

Adds the needed message-security-config information to domain.xml during an upgrade from a v2.X server. For more information see: https://glassfish.dev.java.net/issues/show_bug.cgi?id=13443


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

Field Detail

DEFAULT_ADMIN_PORT

public static final String DEFAULT_ADMIN_PORT
See Also:
Constant Field Values
Constructor Detail

AdminConsoleConfigUpgrade

public AdminConsoleConfigUpgrade()
Method Detail

postConstruct

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


Copyright © 2012. All Rights Reserved.