public interface Configuration
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdateDeploymentUnit(DeploymentUnitDefinition def)
Add new deployment unit or switch existing deployment unit version into a new version
|
List<ConfigurationWatcher> |
getConfigurationWatchers()
Gives the configuration watcher list
|
Environment |
getEnvironment()
Gives the server configuration environment
|
List<String> |
getLoadedDeploymentUnits()
Gets the list of loaded deployment unit identifiers including any programmatic deployment units
|
boolean |
isDeploymentUnitLoaded(String duId)
Is a deployment unit with this given id already loaded
|
void |
pause() |
boolean |
purgeAllOutdatedDeploymentUnits()
purge all outdated deployment units
|
void |
resume() |
void |
unloadDeploymentUnit(String duId)
Unload an active deployment unit
|
List<ConfigurationWatcher> getConfigurationWatchers()
void addOrUpdateDeploymentUnit(DeploymentUnitDefinition def)
def
- the deployment unit to be added or updatedboolean isDeploymentUnitLoaded(String duId)
duId
- deployment unit identifierList<String> getLoadedDeploymentUnits()
boolean purgeAllOutdatedDeploymentUnits()
void unloadDeploymentUnit(String duId)
duId
- deployment unit identifier to be unloadedEnvironment getEnvironment()
void pause()
void resume()
Copyright © 2010–2016 AdroitLogic. All rights reserved.