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

Packages that use ManageableAttributeStore
org.apache.geronimo.kernel.config   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.system.configuration   
 

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

Fields in org.apache.geronimo.kernel.config declared as ManageableAttributeStore
protected  ManageableAttributeStore KernelConfigurationManager.attributeStore
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type ManageableAttributeStore
Configuration(Collection<Configuration> parents, ConfigurationData configurationData, ConfigurationResolver configurationResolver, ManageableAttributeStore attributeStore)
          Creates a configuration.
EditableKernelConfigurationManager(Kernel kernel, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
KernelConfigurationManager(Kernel kernel, Collection stores, ManageableAttributeStore attributeStore, PersistentConfigurationList configurationList, ArtifactManager artifactManager, ArtifactResolver artifactResolver, Collection repositories, Collection watchers, ClassLoader classLoader)
           
 

Uses of ManageableAttributeStore in org.apache.geronimo.mavenplugins.car
 

Classes in org.apache.geronimo.mavenplugins.car that implement ManageableAttributeStore
 class MavenAttributeStore
          ???
 

Uses of ManageableAttributeStore in org.apache.geronimo.system.configuration
 

Subinterfaces of ManageableAttributeStore in org.apache.geronimo.system.configuration
 interface PluginAttributeStore
          Extension to the ManageableAttributeStore that supports the plugin installer.
 

Classes in org.apache.geronimo.system.configuration that implement ManageableAttributeStore
 class LocalAttributeManager
          Stores managed attributes in an XML file on the local filesystem.
 class SwitchableLocalAttributeManager
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.