Package org.glassfish.deployment.common
Class ApplicationConfigInfo
java.lang.Object
org.glassfish.deployment.common.ApplicationConfigInfo
During redeployment we preserve the application config information, if any,
that the administrator has defined for the application. Then, during the
deploy part of redeployment we restore it.
This class encapsulates the dependencies on exactly how we store that
information in the application properties in the deployment context.
- Author:
- tjquinn
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationConfigInfo(com.sun.enterprise.config.serverbeans.Application app) ApplicationConfigInfo(Properties appProperties) -
Method Summary
Modifier and TypeMethodDescriptionengineNames(String moduleName) <T extends com.sun.enterprise.config.serverbeans.ApplicationConfig>
Tvoidput(String moduleName, String engineName, com.sun.enterprise.config.serverbeans.ApplicationConfig appConfig) voidstore(Properties appProps)
-
Constructor Details
-
ApplicationConfigInfo
public ApplicationConfigInfo() -
ApplicationConfigInfo
-
ApplicationConfigInfo
public ApplicationConfigInfo(com.sun.enterprise.config.serverbeans.Application app)
-
-
Method Details
-
get
-
put
-
moduleNames
-
engineNames
-
store
-