Uses of Interface
com.sun.enterprise.config.serverbeans.Config

Packages that use Config
com.sun.enterprise.config.serverbeans   
com.sun.enterprise.config.util   
 

Uses of Config in com.sun.enterprise.config.serverbeans
 

Fields in com.sun.enterprise.config.serverbeans declared as Config
protected  Config CopyConfig.copyOfConfig
           
 

Methods in com.sun.enterprise.config.serverbeans that return Config
 Config CopyConfig.copyConfig(Configs configs, Config config, String destConfigName, Logger logger)
           
 Config Server.getConfig()
           
static Config Server.Duck.getConfig(Server server)
           
static Config Configs.Duck.getConfigByName(Configs target, String name)
           
 Config Configs.getConfigByName(String name)
           
static Config Domain.Duck.getConfigNamed(Domain d, String name)
           
 Config Domain.getConfigNamed(String name)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Config
 List<Config> Configs.getConfig()
          Gets the value of the config property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type Config
 Config CopyConfig.copyConfig(Configs configs, Config config, String destConfigName, Logger logger)
           
static com.sun.grizzly.config.dom.NetworkListener Config.Duck.getAdminListener(Config c)
           
static
<T extends ConfigExtension>
T
Config.Duck.getExtensionByType(Config c, Class<T> type)
           
static Map<String,String> Config.Duck.getLoggingProperties(Config c)
           
 List<ReferenceContainer> Domain.getReferenceContainersOf(Config config)
           
static List<ReferenceContainer> Domain.Duck.getReferenceContainersOf(Domain d, Config config)
           
static String Config.Duck.setLoggingProperty(Config c, String property, String value)
           
static Map<String,String> Config.Duck.updateLoggingProperties(Config c, Map<String,String> properties)
           
 

Uses of Config in com.sun.enterprise.config.util
 

Methods in com.sun.enterprise.config.util with parameters of type Config
static com.sun.grizzly.config.dom.NetworkListener ServerHelper.getAdminListener(Config config)
           
 

Constructors in com.sun.enterprise.config.util with parameters of type Config
PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer)
           
ServerHelper(Server theServer, Config theConfig)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.