Take a look at
this visualization of the classloader hierachy in OSGi. The picture is taken from this
presentation.
Basically if I contributed a bundle into the OSGi container, and do what Ulf suggested, I'm looking at one tree path.
I am able to get an array of running bundles in the container (via the OSGi APIs) and the
Bundle class offers this method:
Obviously this poses the question: how do I know what classes are in each bundle ?
Thanks