You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2012/07/05 19:52:34 UTC

[jira] [Resolved] (FELIX-3577) Refactor helpers and service trackers

     [ https://issues.apache.org/jira/browse/FELIX-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3577.
--------------------------------------

    Resolution: Fixed

Everything works now, so this refactoring issue can now be resolved
                
> Refactor helpers and service trackers
> -------------------------------------
>
>                 Key: FELIX-3577
>                 URL: https://issues.apache.org/jira/browse/FELIX-3577
>             Project: Felix
>          Issue Type: Improvement
>          Components: Configuration Admin
>    Affects Versions: configadmin-1.4.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: configadmin-1.6.0
>
>
> The ConfigurationManager class currently hosts quite a number of inner classes to help with its tasks. A few of these classes have overlapping functionality which makes it hard to easily implement targeted PIDs these functionalities should be better aligned:
>  * ManagedService[Factory]Tracker don't really get the services but maintain a map of PIDs and assigned
>       configurations (most importantly the targeted PID and configuration modification counter)
>  * ManagedService[Factory] callbacks are also executed by the tracker classes
>  * The ManagedService[Factory]Helper classes are renamed to [Factory]ConfigurationHelper since
>        they are helpers to convey configuration to ManagedService[Factory] services through the respective
>        trackers.
>  * The ServiceHolder class is replaced by the ConfigurationMap class managed by the trackers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira