org.glassfish.api.admin.config
Interface LegacyConfigurationUpgrade


@Contract
public interface LegacyConfigurationUpgrade

Contract for upgrading legacy configuration values to their new location or simply removing them if they are no longer supported. Implmentations should notify the user any of any changes.

Author:
Justin Lee

Method Summary
 void execute(AdminCommandContext context)
           
 

Method Detail

execute

void execute(AdminCommandContext context)


Copyright © 2012 GlassFish Community. All Rights Reserved.