Class Activator.ConduitConfigurer

  • All Implemented Interfaces:
    org.osgi.service.cm.ManagedService, org.osgi.util.tracker.ServiceTrackerCustomizer<Bus,​Bus>
    Enclosing class:
    Activator

    public static class Activator.ConduitConfigurer
    extends org.osgi.util.tracker.ServiceTracker<Bus,​Bus>
    implements org.osgi.service.cm.ManagedService
    • Field Summary

      • Fields inherited from class org.osgi.util.tracker.ServiceTracker

        context, filter
    • Constructor Summary

      Constructors 
      Constructor Description
      ConduitConfigurer​(org.osgi.framework.BundleContext context)  
    • Constructor Detail

      • ConduitConfigurer

        public ConduitConfigurer​(org.osgi.framework.BundleContext context)
    • Method Detail

      • updated

        public void updated​(Dictionary<String,​?> properties)
        Specified by:
        updated in interface org.osgi.service.cm.ManagedService
      • addingService

        public Bus addingService​(org.osgi.framework.ServiceReference<Bus> reference)
        Specified by:
        addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer<Bus,​Bus>
        Overrides:
        addingService in class org.osgi.util.tracker.ServiceTracker<Bus,​Bus>