|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationManager | |
|---|---|
| org.apache.geronimo.kernel.config | |
| org.apache.geronimo.kernel.repository | |
| Uses of ConfigurationManager in org.apache.geronimo.kernel.config |
|---|
| Subinterfaces of ConfigurationManager in org.apache.geronimo.kernel.config | |
|---|---|
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 ConfigurationManager | |
|---|---|
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 that return ConfigurationManager | |
|---|---|
static ConfigurationManager |
ConfigurationUtil.getConfigurationManager(Kernel kernel)
Gets a reference or proxy to the ConfigurationManager running in the specified kernel. |
| Methods in org.apache.geronimo.kernel.config with parameters of type ConfigurationManager | |
|---|---|
static List<Configuration> |
DependencyNodeUtil.getAllServiceParents(DependencyNode root,
ConfigurationManager configurationManager)
|
static void |
ConfigurationUtil.releaseConfigurationManager(Kernel kernel,
ConfigurationManager configurationManager)
|
static DependencyNode |
DependencyNodeUtil.toDependencyNode(Environment environment,
ArtifactResolver artifactResolver,
ConfigurationManager configurationFilter)
|
| Constructors in org.apache.geronimo.kernel.config with parameters of type ConfigurationManager | |
|---|---|
Configuration(ConfigurationData configurationData,
DependencyNode dependencyNode,
List<Configuration> allServiceParents,
ManageableAttributeStore attributeStore,
ConfigurationResolver configurationResolver,
ConfigurationManager configurationManager)
Creates a configuration. |
|
| Uses of ConfigurationManager in org.apache.geronimo.kernel.repository |
|---|
| Constructor parameters in org.apache.geronimo.kernel.repository with type arguments of type ConfigurationManager | |
|---|---|
DefaultArtifactResolver(ArtifactManager artifactManager,
Collection<ListableRepository> repositories,
Map<Artifact,Artifact> explicitResolution,
Collection<ConfigurationManager> configurationManagers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||