Class ProviderBundleTrackerCustomizer
java.lang.Object
org.apache.geronimo.osgi.registry.ProviderBundleTrackerCustomizer
- All Implemented Interfaces:
org.osgi.util.tracker.BundleTrackerCustomizer
public class ProviderBundleTrackerCustomizer
extends Object
implements org.osgi.util.tracker.BundleTrackerCustomizer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Activatorprivate ProviderRegistryImplprivate org.osgi.framework.Bundle -
Constructor Summary
ConstructorsConstructorDescriptionProviderBundleTrackerCustomizer(Activator a, org.osgi.framework.Bundle b, ProviderRegistryImpl r) -
Method Summary
Modifier and TypeMethodDescriptionaddingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) Handle the activation of a new bundle.private voidprivate voidvoidmodifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object) voidremovedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object)
-
Field Details
-
activator
-
registryBundle
private org.osgi.framework.Bundle registryBundle -
registry
-
-
Constructor Details
-
ProviderBundleTrackerCustomizer
public ProviderBundleTrackerCustomizer(Activator a, org.osgi.framework.Bundle b, ProviderRegistryImpl r)
-
-
Method Details
-
addingBundle
Handle the activation of a new bundle.- Specified by:
addingBundlein interfaceorg.osgi.util.tracker.BundleTrackerCustomizer- Parameters:
bundle- The source bundle.event- The bundle event information.- Returns:
- A return object.
-
modifiedBundle
public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object) - Specified by:
modifiedBundlein interfaceorg.osgi.util.tracker.BundleTrackerCustomizer
-
removedBundle
public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object) - Specified by:
removedBundlein interfaceorg.osgi.util.tracker.BundleTrackerCustomizer
-
log
-
log
-