|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidConfigException | |
|---|---|
| org.apache.geronimo.kernel.config | |
| org.apache.geronimo.kernel.config.xstream | |
| Uses of InvalidConfigException in org.apache.geronimo.kernel.config |
|---|
| Subclasses of InvalidConfigException in org.apache.geronimo.kernel.config | |
|---|---|
class |
ManifestException
From ant Exception thrown indicating problems in a JAR Manifest |
| Methods in org.apache.geronimo.kernel.config that throw InvalidConfigException | |
|---|---|
void |
EditableKernelConfigurationManager.addGBeanToConfiguration(Artifact configurationId,
GBeanData gbean,
boolean start)
|
void |
EditableConfigurationManager.addGBeanToConfiguration(Artifact configID,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
void |
EditableKernelConfigurationManager.addGBeanToConfiguration(Artifact configurationId,
String name,
GBeanData gbean,
boolean start)
|
void |
EditableConfigurationManager.addGBeanToConfiguration(Artifact configID,
String name,
GBeanData gbean,
boolean start)
Adds a new GBean to an existing Configuration. |
Collection<GBeanData> |
ManageableAttributeStore.applyOverrides(Artifact configurationName,
Collection<GBeanData> datas,
org.osgi.framework.Bundle bundle)
Given a configuration name and a set of GBeanDatas, apply all the saved overrides to that set of GBeans before the caller attempts to load them. |
protected List<Configuration> |
SimpleConfigurationManager.buildAllServiceParents(Map<Artifact,Configuration> loadedConfigurations,
DependencyNode dependencyNode)
|
static AbstractName |
Configuration.getConfigurationAbstractName(Artifact configId)
Converts an Artifact to an AbstractName for a configuration. |
List<GBeanData> |
SerializedGBeanState.getGBeans(org.osgi.framework.Bundle bundle)
|
List<GBeanData> |
ConfigurationData.getGBeans(org.osgi.framework.Bundle bundle)
|
List<GBeanData> |
GBeanState.getGBeans(org.osgi.framework.Bundle bundle)
|
void |
NullConfigurationStore.install(ConfigurationData configurationData)
|
void |
ConfigurationStore.install(ConfigurationData configurationData)
Move the unpacked configuration directory into this store |
protected Configuration |
KernelConfigurationManager.load(ConfigurationData configurationData,
LinkedHashSet<Artifact> resolvedParentIds,
Map<Artifact,Configuration> loadedConfigurations)
|
protected Configuration |
SimpleConfigurationManager.load(ConfigurationData configurationData,
LinkedHashSet<Artifact> resolvedParentIds,
Map<Artifact,Configuration> loadedConfigurations)
|
ConfigurationData |
NullConfigurationStore.loadConfiguration(Artifact configId)
|
ConfigurationData |
ConfigurationStore.loadConfiguration(Artifact configId)
Loads the specified configuration into the kernel |
void |
EditableKernelConfigurationManager.removeGBeanFromConfiguration(Artifact configurationId,
AbstractName gbeanName)
|
void |
EditableConfigurationManager.removeGBeanFromConfiguration(Artifact configID,
AbstractName gbean)
Removes a GBean from a configuration. |
LinkedHashSet<Artifact> |
ConfigurationManager.resolveParentIds(ConfigurationData configurationData)
|
LinkedHashSet<Artifact> |
SimpleConfigurationManager.resolveParentIds(ConfigurationData configurationData)
|
LinkedHashSet<Artifact> |
ConfigurationManager.sort(List<Artifact> ids,
LifecycleMonitor monitor)
|
LinkedHashSet<Artifact> |
SimpleConfigurationManager.sort(List<Artifact> ids,
LifecycleMonitor monitor)
|
void |
KernelConfigurationManager.start(Configuration configuration)
|
void |
ConfigurationDataTransformer.transformDependencies(ConfigurationData configurationData)
|
void |
NoOConfigurationDataTransformer.transformDependencies(ConfigurationData configurationData)
|
List<GBeanData> |
ConfigurationDataTransformer.transformGBeans(ClassLoader classLoader,
ConfigurationData configurationData,
List<GBeanData> gbeanDatas)
|
List<GBeanData> |
NoOConfigurationDataTransformer.transformGBeans(ClassLoader classLoader,
ConfigurationData configurationData,
List<GBeanData> gbeanDatas)
|
| Constructors in org.apache.geronimo.kernel.config that throw InvalidConfigException | |
|---|---|
Configuration(ConfigurationData configurationData,
DependencyNode dependencyNode,
List<Configuration> allServiceParents,
ManageableAttributeStore attributeStore,
ConfigurationResolver configurationResolver,
ConfigurationManager configurationManager)
Creates a configuration. |
|
| Uses of InvalidConfigException in org.apache.geronimo.kernel.config.xstream |
|---|
| Methods in org.apache.geronimo.kernel.config.xstream that throw InvalidConfigException | |
|---|---|
List<GBeanData> |
XStreamGBeanState.getGBeans(org.osgi.framework.Bundle bundle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||