You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Pierre De Rop (JIRA)" <ji...@apache.org> on 2015/05/04 11:59:07 UTC

[jira] [Created] (FELIX-4880) Missing callback instance support for some adapters

Pierre De Rop created FELIX-4880:
------------------------------------

             Summary: Missing callback instance support for some adapters
                 Key: FELIX-4880
                 URL: https://issues.apache.org/jira/browse/FELIX-4880
             Project: Felix
          Issue Type: Improvement
          Components: Dependency Manager
    Affects Versions: org.apache.felix.dependencymanager-r2
            Reporter: Pierre De Rop
            Assignee: Pierre De Rop
            Priority: Minor
             Fix For: org.apache.felix.dependencymanager-r3


Service, or Resource adapters supports callback instance. it would be useful  to also support the same for FactoryConfiguration adapters and Bundle adapters.

So, the following methods could be added in the DependencyManager API:

  public Component createFactoryConfigurationAdapterService(String factoryPid, String update, boolean propagate, Object callbackInstance);

  public Component createBundleAdapterService(int bundleStateMask, String bundleFilter, boolean propagate, Object callbackInstance, String add, String change, String remove);





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)