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.InvalidSyntaxException
public Object addingService(org.osgi.framework.ServiceReference reference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
addingService
in class org.osgi.util.tracker.ServiceTracker
public void removedService(org.osgi.framework.ServiceReference reference, Object service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
removedService
in class org.osgi.util.tracker.ServiceTracker
Copyright © 2021. All rights reserved.