I'm trying to get a list of bundles that are either importing a service my bundle is exporting (I can't find a way to get other bundles manifest) or to get a list of bundles subscribed to the services my bundle is publishing.
So far I'm trying to list all the ServiceReferences the other bundles are using to see if they're using mine, without success.
Thank you.
Using the ServiceReference for the registered service, you can call the getUsingBundles method to find the bundles which are currently using the service.