Package org.glassfish.config.support
Class BaseLegacyConfigurationUpgrade
- java.lang.Object
-
- org.glassfish.config.support.BaseLegacyConfigurationUpgrade
-
- All Implemented Interfaces:
LegacyConfigurationUpgrade
- Direct Known Subclasses:
HttpServicePropertiesUpgrade
public abstract class BaseLegacyConfigurationUpgrade extends Object implements LegacyConfigurationUpgrade
-
-
Constructor Summary
Constructors Constructor Description BaseLegacyConfigurationUpgrade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidremoveProperty(ConfigBeanProxy target, String property)protected voidreport(AdminCommandContext context, String message)protected voidupdatePropertyToAttribute(AdminCommandContext context, 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
-
-
-
-
Method Detail
-
report
protected void report(AdminCommandContext context, String message)
-
updatePropertyToAttribute
protected void updatePropertyToAttribute(AdminCommandContext context, ConfigBeanProxy target, String property, String attribute) throws TransactionFailure
- Throws:
TransactionFailure
-
removeProperty
protected void removeProperty(ConfigBeanProxy target, String property) throws TransactionFailure
- Throws:
TransactionFailure
-
-