Uses of Interface
org.apache.geronimo.kernel.config.ConfigurationSource

Packages that use ConfigurationSource
org.apache.geronimo.kernel.config   
 

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

Subinterfaces of ConfigurationSource in org.apache.geronimo.kernel.config
 interface ConfigurationManager
          Encapsulates logic for dealing with configurations.
 interface EditableConfigurationManager
          A specialized ConfigurationManager that can change the set of GBeans included in the configuration at runtime.
 

Classes in org.apache.geronimo.kernel.config that implement ConfigurationSource
 class EditableKernelConfigurationManager
          Standard implementation of an editable ConfigurationManager.
 class KernelConfigurationManager
          The standard non-editable ConfigurationManager implementation.
 class SimpleConfigurationManager
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type ConfigurationSource
static void DependencyNodeUtil.addClassParents(DependencyNode node, LinkedHashSet<Configuration> parents, ConfigurationSource configurationManager)
           
static void DependencyNodeUtil.addServiceParents(DependencyNode node, LinkedHashSet<Configuration> parents, ConfigurationSource configurationManager)
           
 



Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.