Package | Description |
---|---|
com.eurotech.framework.configuration |
Contains services to manage all configurable components of the system.
|
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
ConfigurationService.getComponentConfiguration(String pid)
Returns the ComponentConfiguration for the component identified with specified PID (service's persistent identity).
|
ComponentConfiguration |
SelfConfiguringComponent.getConfiguration()
This method is called by the ConfigurationService when it requires
the current snapshot of the configuration for this components.
|
Modifier and Type | Method and Description |
---|---|
List<ComponentConfiguration> |
ConfigurationService.getComponentConfigurations()
Returns the list of ConfigurableComponents currently registered with the ConfigurationService.
|
List<ComponentConfiguration> |
ConfigurationService.getSnapshot(long sid)
Loads a snapshot given its ID and return the component configurations stored in that snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationService.updateConfigurations(List<ComponentConfiguration> configs) |
Copyright © 2013. All Rights Reserved.