public class FeatureServiceCustomizer extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.karaf.features.FeaturesService,org.apache.karaf.features.FeaturesService>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
org.apache.karaf.features.FeaturesService |
addingService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference) |
void |
close() |
void |
modifiedService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference,
org.apache.karaf.features.FeaturesService service) |
void |
removedService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference,
org.apache.karaf.features.FeaturesService service) |
public org.apache.karaf.features.FeaturesService addingService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.karaf.features.FeaturesService,org.apache.karaf.features.FeaturesService>
public void modifiedService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference, org.apache.karaf.features.FeaturesService service)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.karaf.features.FeaturesService,org.apache.karaf.features.FeaturesService>
public void removedService(org.osgi.framework.ServiceReference<org.apache.karaf.features.FeaturesService> reference, org.apache.karaf.features.FeaturesService service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer<org.apache.karaf.features.FeaturesService,org.apache.karaf.features.FeaturesService>
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.