You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/06/16 20:57:07 UTC

[jira] Assigned: (FELIX-1244) Add support for ServiceEvent.MODIFIED_ENDMATCH

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

Richard S. Hall reassigned FELIX-1244:
--------------------------------------

    Assignee: Richard S. Hall

> Add support for ServiceEvent.MODIFIED_ENDMATCH
> ----------------------------------------------
>
>                 Key: FELIX-1244
>                 URL: https://issues.apache.org/jira/browse/FELIX-1244
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The OSGi R4.2 specification introduces a new ServiceEvent type MODIFIED_ENDMATCH. It allows service listeners to be notified about when a previously matching service stops matching the listener's service filter due to the registering bundle changing the service properties. This is necessary for situations, like the ServiceTracker, where you want to stop tracking a service when it no longer matches a listener's filter, but in the current situation the listener would not be notified with a MODIFIED event if the new properties no longer matched the listener's filter.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.