org.glassfish.config.support
Class BaseLegacyConfigurationUpgrade

java.lang.Object
  extended by org.glassfish.config.support.BaseLegacyConfigurationUpgrade
All Implemented Interfaces:
LegacyConfigurationUpgrade
Direct Known Subclasses:
HttpServicePropertiesUpgrade

public abstract class BaseLegacyConfigurationUpgrade
extends Object
implements LegacyConfigurationUpgrade


Constructor Summary
BaseLegacyConfigurationUpgrade()
           
 
Method Summary
protected  void removeProperty(org.jvnet.hk2.config.ConfigBeanProxy target, String property)
           
protected  void report(AdminCommandContext context, String message)
           
protected  void updatePropertyToAttribute(AdminCommandContext context, org.jvnet.hk2.config.ConfigBeanProxy target, String property, String attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.glassfish.api.admin.config.LegacyConfigurationUpgrade
execute
 

Constructor Detail

BaseLegacyConfigurationUpgrade

public BaseLegacyConfigurationUpgrade()
Method Detail

report

protected void report(AdminCommandContext context,
                      String message)

updatePropertyToAttribute

protected void updatePropertyToAttribute(AdminCommandContext context,
                                         org.jvnet.hk2.config.ConfigBeanProxy target,
                                         String property,
                                         String attribute)
                                  throws org.jvnet.hk2.config.TransactionFailure
Throws:
org.jvnet.hk2.config.TransactionFailure

removeProperty

protected void removeProperty(org.jvnet.hk2.config.ConfigBeanProxy target,
                              String property)
                       throws org.jvnet.hk2.config.TransactionFailure
Throws:
org.jvnet.hk2.config.TransactionFailure


Copyright © 2012 GlassFish Community. All Rights Reserved.