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

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

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

Classes in org.apache.geronimo.kernel.config that implement ConfigurationStore
 class NullConfigurationStore
          A non-functional configuration store that can be extended to be useful.
 

Fields in org.apache.geronimo.kernel.config with type parameters of type ConfigurationStore
protected  Collection<ConfigurationStore> SimpleConfigurationManager.stores
           
 

Methods in org.apache.geronimo.kernel.config that return ConfigurationStore
 ConfigurationStore ConfigurationData.getConfigurationStore()
           
 ConfigurationStore ConfigurationManager.getStoreForConfiguration(Artifact configuration)
          Gets the configuration store responsible for the specified configuration, or null if there is none.
 ConfigurationStore SimpleConfigurationManager.getStoreForConfiguration(Artifact configId)
           
 ConfigurationStore[] ConfigurationManager.getStores()
          Get all the ConfigurationStores known to this manager at present
 ConfigurationStore[] SimpleConfigurationManager.getStores()
           
 

Methods in org.apache.geronimo.kernel.config that return types with arguments of type ConfigurationStore
protected  List<ConfigurationStore> SimpleConfigurationManager.getStoreList()
           
 

Methods in org.apache.geronimo.kernel.config with parameters of type ConfigurationStore
 void ConfigurationData.setConfigurationStore(ConfigurationStore configurationStore)
           
 

Constructor parameters in org.apache.geronimo.kernel.config with type arguments of type ConfigurationStore
EditableKernelConfigurationManager(Kernel kernel, AbstractNameQuery defaultStoreNameQuery, Collection<ConfigurationStore> stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection<ListableRepository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
KernelConfigurationManager(Kernel kernel, Collection<ConfigurationStore> stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection<ListableRepository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
SimpleConfigurationManager(Collection<ConfigurationStore> stores, ArtifactResolver artifactResolver, Collection<? extends Repository> repositories, org.osgi.framework.BundleContext bundleContext)
           
SimpleConfigurationManager(Collection<ConfigurationStore> stores, ArtifactResolver artifactResolver, Collection<? extends Repository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext)
           
SimpleConfigurationManager(Collection<ConfigurationStore> stores, ArtifactResolver artifactResolver, Collection<? extends Repository> repositories, Collection<DeploymentWatcher> watchers, org.osgi.framework.BundleContext bundleContext, ConfigurationModel configurationModel)
           
 



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