Uses of Class
org.apache.geronimo.kernel.repository.Environment

Packages that use Environment
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.config.xstream   
org.apache.geronimo.kernel.repository   
 

Uses of Environment in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that return Environment
 Environment Configuration.getEnvironment()
          Gets the declaration of the environment in which this configuration runs.
 Environment ConfigurationData.getEnvironment()
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type Environment
 GBeanData GBeanState.addGBean(String name, GBeanInfo gbeanInfo, Naming naming, Environment environment)
           
 GBeanData SerializedGBeanState.addGBean(String name, GBeanInfo gbeanInfo, Naming naming, Environment environment)
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type Environment
ConfigurationData(ConfigurationModuleType moduleType, LinkedHashSet classPath, List gbeans, Map childConfigurations, Environment environment, File configurationDir, File inPlaceConfigurationDir, Naming naming)
           
ConfigurationData(Environment environment, Naming naming)
           
ConfigurationData(Environment environment, Naming naming, GBeanState gbeanState)
           
 

Uses of Environment in org.apache.geronimo.kernel.config.xstream
 

Methods in org.apache.geronimo.kernel.config.xstream with parameters of type Environment
 GBeanData XStreamGBeanState.addGBean(String name, GBeanInfo gbeanInfo, Naming naming, Environment environment)
           
 

Uses of Environment in org.apache.geronimo.kernel.repository
 

Constructors in org.apache.geronimo.kernel.repository with parameters of type Environment
Environment(Environment environment)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.