Uses of Interface
com.eurotech.framework.configuration.ComponentConfiguration

Packages that use ComponentConfiguration
com.eurotech.framework.configuration Contains services to manage all configurable components of the system. 
 

Uses of ComponentConfiguration in com.eurotech.framework.configuration
 

Methods in com.eurotech.framework.configuration that return ComponentConfiguration
 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.
 

Methods in com.eurotech.framework.configuration that return types with arguments of type ComponentConfiguration
 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.
 

Method parameters in com.eurotech.framework.configuration with type arguments of type ComponentConfiguration
 void ConfigurationService.updateConfigurations(List<ComponentConfiguration> configs)
           
 



Copyright © 2013. All Rights Reserved.