Uses of Interface
org.apache.camel.impl.osgi.tracker.BundleTrackerCustomizer

Packages that use BundleTrackerCustomizer
org.apache.camel.impl.osgi Camel OSGi Activator. 
org.apache.camel.impl.osgi.tracker Camel OSGi Bundle Tracker. 
 

Uses of BundleTrackerCustomizer in org.apache.camel.impl.osgi
 

Classes in org.apache.camel.impl.osgi that implement BundleTrackerCustomizer
 class Activator
           
 

Uses of BundleTrackerCustomizer in org.apache.camel.impl.osgi.tracker
 

Classes in org.apache.camel.impl.osgi.tracker that implement BundleTrackerCustomizer
 class BundleTracker
          The BundleTracker class simplifies tracking bundles much like the ServiceTracker simplifies tracking services.
 

Constructors in org.apache.camel.impl.osgi.tracker with parameters of type BundleTrackerCustomizer
BundleTracker(org.osgi.framework.BundleContext context, int stateMask, BundleTrackerCustomizer customizer)
          Create a BundleTracker for bundles whose state is present in the specified state mask.
 



Apache Camel