public class ProviderBundleTrackerCustomizer
extends java.lang.Object
implements org.osgi.util.tracker.BundleTrackerCustomizer
| Constructor and Description |
|---|
ProviderBundleTrackerCustomizer(BaseActivator activator,
org.osgi.framework.Bundle spiBundle) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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,
java.lang.Object registrations) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object registrations) |
public ProviderBundleTrackerCustomizer(BaseActivator activator, org.osgi.framework.Bundle spiBundle)
public java.util.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,
java.lang.Object registrations)
modifiedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerpublic void removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
java.lang.Object registrations)
removedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizerCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.