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 ConfigurationData.getEnvironment()
           
 Environment Configuration.getEnvironment()
          Gets the declaration of the environment in which this configuration runs.
 

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<String> classPath, List<GBeanData> gbeans, Map<String,ConfigurationData> 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 © 2003-2011 The Apache Geronimo development community. All Rights Reserved.