Uses of Interface
org.glassfish.api.admin.config.ConfigurationUpgrade
-
-
Uses of ConfigurationUpgrade in com.sun.enterprise.admin
Classes in com.sun.enterprise.admin that implement ConfigurationUpgrade Modifier and Type Class Description classUpgradeServiceStartup service to update existing domain.xml to the latest expected format -
Uses of ConfigurationUpgrade in com.sun.enterprise.admin.servermgmt
Classes in com.sun.enterprise.admin.servermgmt that implement ConfigurationUpgrade Modifier and Type Class Description classUpgradeFilesystemStartup service to update the filesystem from v2 to the v3 format -
Uses of ConfigurationUpgrade in com.sun.enterprise.admin.servermgmt.logging
Classes in com.sun.enterprise.admin.servermgmt.logging that implement ConfigurationUpgrade Modifier and Type Class Description classUpgradeLoggingStartup service to update existing domain.xml to move log-service entries to logging.properties file. -
Uses of ConfigurationUpgrade in com.sun.enterprise.security
Classes in com.sun.enterprise.security that implement ConfigurationUpgrade Modifier and Type Class Description classSecurityUpgradeServiceThe only thing that needs to added Extra for SecurityService migration is the addition of the new JACC provider. -
Uses of ConfigurationUpgrade in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli that implement ConfigurationUpgrade Modifier and Type Class Description classSecureAdminConfigUpgradeUpgrades older config to current. -
Uses of ConfigurationUpgrade in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement ConfigurationUpgrade Modifier and Type Class Description classAdminConsoleConfigUpgradeAdds the needed message-security-config information to domain.xml during an upgrade from a v2.X server.classAdminRESTConfigUpgradeAdds the needed http.setEncodedSlashEnabled to domain.xml during an upgrade from a v2.X server. -
Uses of ConfigurationUpgrade in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster that implement ConfigurationUpgrade Modifier and Type Class Description classNodeAgentConfigUpgradeChange the node-agent element to use V3 mechanism -
Uses of ConfigurationUpgrade in com.sun.jdo.spi.persistence.support.sqlstore.utility
Classes in com.sun.jdo.spi.persistence.support.sqlstore.utility that implement ConfigurationUpgrade Modifier and Type Class Description classPersistenceManagerFactoryResourceMigrator -
Uses of ConfigurationUpgrade in org.glassfish.config.support
Classes in org.glassfish.config.support that implement ConfigurationUpgrade Modifier and Type Class Description classDefaultConfigUpgradeUpgrade service to add the default-config if it doesn't exist.classGrizzlyConfigSchemaMigratorclassSystemPropertyUpgradeUpgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in existing domain.xml:Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists. -
Uses of ConfigurationUpgrade in org.glassfish.ejb.upgrade
Classes in org.glassfish.ejb.upgrade that implement ConfigurationUpgrade Modifier and Type Class Description classEJBTimerServiceUpgradeUpgrade EJB Timer Service table from v2 to v3 -
Uses of ConfigurationUpgrade in org.glassfish.loadbalancer.upgrade
Classes in org.glassfish.loadbalancer.upgrade that implement ConfigurationUpgrade Modifier and Type Class Description classLoadBalancerConfigUpgradeUpgrade load-balancer config from v2 to v3 -
Uses of ConfigurationUpgrade in org.glassfish.security.services.config
Classes in org.glassfish.security.services.config that implement ConfigurationUpgrade Modifier and Type Class Description classSecurityConfigUpgradeServiceUpgrades the configuration to use the default file realm and the login module which handles non-username/password admin authentication. -
Uses of ConfigurationUpgrade in org.glassfish.web.upgrade
Classes in org.glassfish.web.upgrade that implement ConfigurationUpgrade Modifier and Type Class Description classWebConfigurationUpgradeThis class implements the contract for services want to perform some upgrade on the application server configuration.
-