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

Packages that use ComponentConfiguration
com.eurotech.framework.configuration   
com.eurotech.framework.core.configuration   
com.eurotech.framework.net.admin   
 

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)
           
 

Uses of ComponentConfiguration in com.eurotech.framework.core.configuration
 

Classes in com.eurotech.framework.core.configuration that implement ComponentConfiguration
 class ComponentConfigurationImpl
           
 

Methods in com.eurotech.framework.core.configuration that return ComponentConfiguration
 ComponentConfiguration ConfigurationServiceImpl.getComponentConfiguration(String pid)
           
 

Methods in com.eurotech.framework.core.configuration that return types with arguments of type ComponentConfiguration
 List<ComponentConfiguration> ConfigurationServiceImpl.getComponentConfigurations()
           
 List<ComponentConfiguration> ConfigurationServiceImpl.getSnapshot(long sid)
           
 

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

Uses of ComponentConfiguration in com.eurotech.framework.net.admin
 

Methods in com.eurotech.framework.net.admin that return ComponentConfiguration
 ComponentConfiguration NetworkConfigurationServiceImpl.getConfiguration()
           
 



Copyright © 2013. All Rights Reserved.