On 11/21/2016 12:50 AM, Timothy Ward wrote:
<stuff deleted>

Any thoughts/comments about method for getting a distinct configuration associated with every service instance?

        This is fine for my use case WRT creating service instances
        on demand via the FooConsumer.   However, I would like to be
        able to have a distinct/new configuration associated with
        each new FooImpl, rather than a single FooConfig instance
        assigned to all of them.  Is this possible using the
        PROTOTYPE pattern, or is it necessary to use the
        ComponentFactory in the manner Tim describes to accomplish this:

        The way that this is done is to pass the configuration using
        the newInstance method. Effectively your pattern would be to
        register a ConfigurationListener or ManagedServiceFactory,
        passing the configuration Dictionary to the Component
        Factory for each Factory Configuration.



_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to