You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2009/07/30 09:27:15 UTC

[jira] Created: (FELIX-1430) Notification mechanism on bind/unbind events

Notification mechanism on bind/unbind events
--------------------------------------------

                 Key: FELIX-1430
                 URL: https://issues.apache.org/jira/browse/FELIX-1430
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.4.0
            Reporter: Clement Escoffier
             Fix For: iPOJO-1.6.0


The service dependency model should allows listeners to be notified when a service binding decision is made. MEthod would be:
OnMatchingServiceArrival : called for every matching service that arrive
OnBoundService : when the service is used
OnValidation: when the dependency becomes valid
OnMatchingServiceDeparture
OnUnboundService : 
OnInvalidation
OnDependencyReconfiguration


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