Uses of Interface
com.sun.enterprise.config.serverbeans.Config
Packages that use Config
Package
Description
-
Uses of Config in com.sun.enterprise.config.modularity.command
Methods in com.sun.enterprise.config.modularity.command that return ConfigModifier and TypeMethodDescriptionprotected ConfigAbstractConfigModularityCommand.getConfigForName(String targetName, org.glassfish.hk2.api.ServiceLocator serviceLocator, Domain domain) -
Uses of Config in com.sun.enterprise.config.serverbeans
Fields in com.sun.enterprise.config.serverbeans declared as ConfigMethods in com.sun.enterprise.config.serverbeans that return ConfigModifier and TypeMethodDescriptionCopyConfig.copyConfig(Configs configs, Config config, String destConfigName, Logger logger) default ConfigServer.getConfig()default ConfigConfigs.getConfigByName(String configName) default ConfigDomain.getConfigNamed(String configName) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ConfigMethods in com.sun.enterprise.config.serverbeans with parameters of type ConfigModifier and TypeMethodDescriptionCopyConfig.copyConfig(Configs configs, Config config, String destConfigName, Logger logger) default List<org.glassfish.api.admin.config.ReferenceContainer>Domain.getReferenceContainersOf(Config config) -
Uses of Config in com.sun.enterprise.config.util
Methods in com.sun.enterprise.config.util with parameters of type ConfigModifier and TypeMethodDescriptionstatic org.glassfish.grizzly.config.dom.NetworkListenerServerHelper.getAdminListener(Config config) Constructors in com.sun.enterprise.config.util with parameters of type ConfigModifierConstructorDescriptionPortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer) ServerHelper(Server theServer, Config theConfig)