org.apache.geronimo.deployment
Class DeploymentConfigurationManager
java.lang.Object
org.apache.geronimo.kernel.config.SimpleConfigurationManager
org.apache.geronimo.deployment.DeploymentConfigurationManager
- All Implemented Interfaces:
- org.apache.geronimo.kernel.config.ConfigurationManager
public class DeploymentConfigurationManager
- extends org.apache.geronimo.kernel.config.SimpleConfigurationManager
| Fields inherited from class org.apache.geronimo.kernel.config.SimpleConfigurationManager |
configurationModel, configurations, log, repositories, stores, watchers |
|
Method Summary |
protected void |
addNewConfigurationToModel(org.apache.geronimo.kernel.config.Configuration configuration)
|
org.apache.geronimo.kernel.repository.ArtifactResolver |
getArtifactResolver()
|
org.apache.geronimo.kernel.config.Configuration |
getConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
|
org.apache.geronimo.kernel.repository.Artifact[] |
getInstalled(org.apache.geronimo.kernel.repository.Artifact query)
|
org.apache.geronimo.kernel.repository.Artifact[] |
getLoaded(org.apache.geronimo.kernel.repository.Artifact query)
|
org.apache.geronimo.kernel.repository.Artifact[] |
getRunning(org.apache.geronimo.kernel.repository.Artifact query)
|
org.apache.geronimo.kernel.config.ConfigurationStore |
getStoreForConfiguration(org.apache.geronimo.kernel.repository.Artifact configId)
|
org.apache.geronimo.kernel.config.ConfigurationStore[] |
getStores()
|
boolean |
isConfiguration(org.apache.geronimo.kernel.repository.Artifact artifact)
|
boolean |
isInstalled(org.apache.geronimo.kernel.repository.Artifact configId)
|
boolean |
isLoaded(org.apache.geronimo.kernel.repository.Artifact configId)
|
boolean |
isOnline()
This configuration manager never starts any configurations |
boolean |
isRunning(org.apache.geronimo.kernel.repository.Artifact configId)
|
List |
listConfigurations()
|
List |
listConfigurations(org.apache.geronimo.gbean.AbstractName storeName)
|
List |
listStores()
|
protected void |
load(org.apache.geronimo.kernel.repository.Artifact configurationId)
|
protected org.apache.geronimo.kernel.config.Configuration |
load(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
LinkedHashSet resolvedParentIds,
Map loadedConfigurations)
|
org.apache.geronimo.kernel.config.LifecycleResults |
loadConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
|
org.apache.geronimo.kernel.config.LifecycleResults |
loadConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
org.apache.geronimo.kernel.config.LifecycleResults |
loadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
|
org.apache.geronimo.kernel.config.LifecycleResults |
loadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.repository.Version version)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.repository.Version version,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
|
org.apache.geronimo.kernel.config.LifecycleResults |
reloadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
org.apache.geronimo.kernel.config.LifecycleResults |
restartConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
|
org.apache.geronimo.kernel.config.LifecycleResults |
restartConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
void |
setOnline(boolean online)
|
protected void |
start(org.apache.geronimo.kernel.config.Configuration configuration)
|
org.apache.geronimo.kernel.config.LifecycleResults |
startConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
|
org.apache.geronimo.kernel.config.LifecycleResults |
startConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
protected void |
stop(org.apache.geronimo.kernel.config.Configuration configuration)
|
org.apache.geronimo.kernel.config.LifecycleResults |
stopConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
|
org.apache.geronimo.kernel.config.LifecycleResults |
stopConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
void |
uninstallConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
|
protected void |
unload(org.apache.geronimo.kernel.config.Configuration configuration)
|
org.apache.geronimo.kernel.config.LifecycleResults |
unloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
|
org.apache.geronimo.kernel.config.LifecycleResults |
unloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
|
| Methods inherited from class org.apache.geronimo.kernel.config.SimpleConfigurationManager |
getLoadParents, getRepositories, getStartParents, migrateConfiguration, removeConfigurationFromModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentConfigurationManager
public DeploymentConfigurationManager(org.apache.geronimo.kernel.config.ConfigurationManager configurationManager,
Collection repositories)
isInstalled
public boolean isInstalled(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
isInstalled in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
isInstalled in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
isLoaded
public boolean isLoaded(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
isLoaded in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
isLoaded in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
isRunning
public boolean isRunning(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
isRunning in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
isRunning in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
isConfiguration
public boolean isConfiguration(org.apache.geronimo.kernel.repository.Artifact artifact)
- Specified by:
isConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
isConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getConfiguration
public org.apache.geronimo.kernel.config.Configuration getConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
- Specified by:
getConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getArtifactResolver
public org.apache.geronimo.kernel.repository.ArtifactResolver getArtifactResolver()
- Specified by:
getArtifactResolver in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getArtifactResolver in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
isOnline
public boolean isOnline()
- This configuration manager never starts any configurations
- Specified by:
isOnline in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
isOnline in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Returns:
- false
setOnline
public void setOnline(boolean online)
- Specified by:
setOnline in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
setOnline in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
loadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults loadConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
loadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
loadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
loadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults loadConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
loadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
loadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
loadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults loadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
loadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
loadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
loadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults loadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
loadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
loadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
load
protected org.apache.geronimo.kernel.config.Configuration load(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
LinkedHashSet resolvedParentIds,
Map loadedConfigurations)
throws org.apache.geronimo.kernel.config.InvalidConfigException
- Overrides:
load in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.InvalidConfigException
load
protected void load(org.apache.geronimo.kernel.repository.Artifact configurationId)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Overrides:
load in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
addNewConfigurationToModel
protected void addNewConfigurationToModel(org.apache.geronimo.kernel.config.Configuration configuration)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Overrides:
addNewConfigurationToModel in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
unloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults unloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
unloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
unloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
unloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults unloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
unloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
unloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
unload
protected void unload(org.apache.geronimo.kernel.config.Configuration configuration)
- Overrides:
unload in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
stop
protected void stop(org.apache.geronimo.kernel.config.Configuration configuration)
- Overrides:
stop in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getInstalled
public org.apache.geronimo.kernel.repository.Artifact[] getInstalled(org.apache.geronimo.kernel.repository.Artifact query)
- Specified by:
getInstalled in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getInstalled in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getLoaded
public org.apache.geronimo.kernel.repository.Artifact[] getLoaded(org.apache.geronimo.kernel.repository.Artifact query)
- Specified by:
getLoaded in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getLoaded in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getRunning
public org.apache.geronimo.kernel.repository.Artifact[] getRunning(org.apache.geronimo.kernel.repository.Artifact query)
- Specified by:
getRunning in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getRunning in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
listStores
public List listStores()
- Specified by:
listStores in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
listStores in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getStores
public org.apache.geronimo.kernel.config.ConfigurationStore[] getStores()
- Specified by:
getStores in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getStores in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
listConfigurations
public List listConfigurations()
- Specified by:
listConfigurations in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
listConfigurations in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
getStoreForConfiguration
public org.apache.geronimo.kernel.config.ConfigurationStore getStoreForConfiguration(org.apache.geronimo.kernel.repository.Artifact configId)
- Specified by:
getStoreForConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
getStoreForConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
listConfigurations
public List listConfigurations(org.apache.geronimo.gbean.AbstractName storeName)
throws org.apache.geronimo.kernel.config.NoSuchStoreException
- Specified by:
listConfigurations in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
listConfigurations in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchStoreException
startConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults startConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
startConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
startConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
startConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults startConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
startConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
startConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
start
protected void start(org.apache.geronimo.kernel.config.Configuration configuration)
throws Exception
- Overrides:
start in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
Exception
stopConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults stopConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
stopConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
stopConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
stopConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults stopConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
stopConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
stopConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
restartConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults restartConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
restartConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
restartConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
restartConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults restartConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
restartConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
restartConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.repository.Version version)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.repository.Artifact id,
org.apache.geronimo.kernel.repository.Version version,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.NoSuchConfigException,
org.apache.geronimo.kernel.config.LifecycleException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.NoSuchConfigException
org.apache.geronimo.kernel.config.LifecycleException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData)
throws org.apache.geronimo.kernel.config.LifecycleException,
org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.LifecycleException
org.apache.geronimo.kernel.config.NoSuchConfigException
reloadConfiguration
public org.apache.geronimo.kernel.config.LifecycleResults reloadConfiguration(org.apache.geronimo.kernel.config.ConfigurationData configurationData,
org.apache.geronimo.kernel.config.LifecycleMonitor monitor)
throws org.apache.geronimo.kernel.config.LifecycleException,
org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
reloadConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
reloadConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
org.apache.geronimo.kernel.config.LifecycleException
org.apache.geronimo.kernel.config.NoSuchConfigException
uninstallConfiguration
public void uninstallConfiguration(org.apache.geronimo.kernel.repository.Artifact configurationId)
throws IOException,
org.apache.geronimo.kernel.config.NoSuchConfigException
- Specified by:
uninstallConfiguration in interface org.apache.geronimo.kernel.config.ConfigurationManager- Overrides:
uninstallConfiguration in class org.apache.geronimo.kernel.config.SimpleConfigurationManager
- Throws:
IOException
org.apache.geronimo.kernel.config.NoSuchConfigException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.