public class ProviderBundleTrackerCustomizer extends Object implements org.osgi.util.tracker.BundleTrackerCustomizer
| Constructor and Description |
|---|
ProviderBundleTrackerCustomizer(BaseActivator activator,
org.osgi.framework.Bundle spiBundle) |
| Modifier and Type | Method and Description |
|---|---|
List<org.osgi.framework.ServiceRegistration> |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event) |
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object registrations) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object registrations) |
public ProviderBundleTrackerCustomizer(BaseActivator activator, org.osgi.framework.Bundle spiBundle)
public List<org.osgi.framework.ServiceRegistration> addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
addingBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object registrations)
modifiedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Object registrations)
removedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerCopyright © 2021 The Apache Software Foundation. All rights reserved.