public class ResourceTracker
extends org.osgi.util.tracker.ServiceTracker
| Constructor and Description | 
|---|
ResourceTracker(org.osgi.framework.BundleContext context,
               javax.servlet.ServletContext servletContext,
               ProxyFilter proxyFilter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
addingService(org.osgi.framework.ServiceReference reference)  | 
void | 
removedService(org.osgi.framework.ServiceReference reference,
              Object service)  | 
public ResourceTracker(org.osgi.framework.BundleContext context,
                       javax.servlet.ServletContext servletContext,
                       ProxyFilter proxyFilter)
                throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizeraddingService in class org.osgi.util.tracker.ServiceTrackerpublic void removedService(org.osgi.framework.ServiceReference reference,
                           Object service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerremovedService in class org.osgi.util.tracker.ServiceTrackerCopyright © 2021. All rights reserved.