Documentation/CTK Plugin ConfigAdmin: Difference between revisions

From Commontk
Jump to navigationJump to search
(Created page with 'The OSGi Componendium Configuration Admin Service specifies a service, which allows for easy management of configuration data for configurable components. Basically configuration…')
 
No edit summary
 
Line 1: Line 1:
The OSGi Componendium Configuration Admin Service specifies a service, which allows for easy management of configuration data for configurable components. Basically configuration is a list of name-value pairs. Configuration is managed by management applications by asking the Configuration Admin Service for such configuration. After updating the configuration, it is sent back to the Configuration Admin Service. The Configuration Admin Service is like a central hub, which cares for persisting this configuration and also for distributing the configuration to interested parties. One class of such parties are the components to be configured. These are registered as [http://www.commontk.org/docs/html/classctkManagedService.html ctkManagedService] services. There is also a notion of [http://www.commontk.org/docs/html/classctkManagedServiceFactory.html ctkManagedServiceFactory], which allows for multiple configurations of the same kind to be applied.
The OSGi Componendium Configuration Admin Service specifies a service, which allows for easy management of configuration data for configurable components. Basically configuration is a list of name-value pairs. Configuration is managed by management applications by asking the Configuration Admin Service for such configuration. After updating the configuration, it is sent back to the Configuration Admin Service. The Configuration Admin Service is like a central hub, which cares for persisting this configuration and also for distributing the configuration to interested parties. One class of such parties are the components to be configured. These are registered as [http://www.commontk.org/docs/html/structctkManagedService.html ctkManagedService] services. There is also a notion of [http://www.commontk.org/docs/html/structctkManagedServiceFactory.html ctkManagedServiceFactory], which allows for multiple configurations of the same kind to be applied.

Latest revision as of 12:43, 8 February 2011

Home < Documentation < CTK Plugin ConfigAdmin

The OSGi Componendium Configuration Admin Service specifies a service, which allows for easy management of configuration data for configurable components. Basically configuration is a list of name-value pairs. Configuration is managed by management applications by asking the Configuration Admin Service for such configuration. After updating the configuration, it is sent back to the Configuration Admin Service. The Configuration Admin Service is like a central hub, which cares for persisting this configuration and also for distributing the configuration to interested parties. One class of such parties are the components to be configured. These are registered as ctkManagedService services. There is also a notion of ctkManagedServiceFactory, which allows for multiple configurations of the same kind to be applied.