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
-
-
Constructor Summary
Constructors Constructor Description ProviderBundleTrackerCustomizer(Activator a, org.osgi.framework.Bundle b, ProviderRegistryImpl r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectaddingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)Handle the activation of a new bundle.voidmodifiedBundle(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)
-
-
-
Constructor Detail
-
ProviderBundleTrackerCustomizer
public ProviderBundleTrackerCustomizer(Activator a, org.osgi.framework.Bundle b, ProviderRegistryImpl r)
-
-
Method Detail
-
addingBundle
public Object addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
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
-
-