Uses of Interface
org.osgi.framework.wiring.BundleWiring

Packages that use BundleWiring
org.apache.felix.framework   
org.apache.felix.framework.util   
org.apache.felix.framework.wiring   
org.osgi.framework.hooks.weaving   
org.osgi.framework.wiring   
 

Uses of BundleWiring in org.apache.felix.framework
 

Classes in org.apache.felix.framework that implement BundleWiring
 class BundleWiringImpl
           
 

Methods in org.apache.felix.framework that return BundleWiring
 BundleWiring BundleRevisionImpl.getWiring()
           
 

Uses of BundleWiring in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type BundleWiring
static java.util.List<BundleRevision> Util.getFragments(BundleWiring wiring)
           
 

Uses of BundleWiring in org.apache.felix.framework.wiring
 

Methods in org.apache.felix.framework.wiring that return BundleWiring
 BundleWiring BundleWireImpl.getProviderWiring()
           
 BundleWiring BundleWireImpl.getRequirerWiring()
           
 

Uses of BundleWiring in org.osgi.framework.hooks.weaving
 

Methods in org.osgi.framework.hooks.weaving that return BundleWiring
 BundleWiring WovenClass.getBundleWiring()
          Returns the bundle wiring whose class loader will define the woven class.
 

Uses of BundleWiring in org.osgi.framework.wiring
 

Methods in org.osgi.framework.wiring that return BundleWiring
 BundleWiring BundleWire.getProviderWiring()
          Returns the bundle wiring providing the capability.
 BundleWiring BundleWire.getRequirerWiring()
          Returns the bundle wiring who requires the capability.
 BundleWiring BundleRevision.getWiring()
          Returns the bundle wiring which is using this bundle revision.
 



Copyright © 2012. All Rights Reserved.