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

Morgan Martinet updated FELIX-4146:
-----------------------------------

    Attachment: add_getInstances_and_getInstancesNames_to_Factory.patch

A patch which add getInstances and getInstancesNames to the Factory interface, 
implements theses methods in the inherited classes and add a few tests.
                
> Add getInstances and getInstanceNames in the Factory interface
> --------------------------------------------------------------
>
>                 Key: FELIX-4146
>                 URL: https://issues.apache.org/jira/browse/FELIX-4146
>             Project: Felix
>          Issue Type: New Feature
>          Components: iPOJO
>    Affects Versions: ipojo-runtime-1.10.1
>            Reporter: Clement Escoffier
>             Fix For: ipojo-runtime-1.10.2
>
>         Attachments: add_getInstances_and_getInstancesNames_to_Factory.patch
>
>
> Add the following methods to the `Factory` service interface:
> * List<ComponentInstance> getInstances() returning the list of created (and 
> living) instances
> * List<String> getInstanceNames() returning the names of the created instances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to