public final class HttpServiceTracker extends AbstractTracker<org.osgi.service.http.HttpService>
| Constructor and Description |
|---|
HttpServiceTracker(org.osgi.framework.BundleContext context,
ExtenderManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
added(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref) |
protected void |
modified(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref) |
protected void |
removed(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref) |
addingService, modifiedService, removedServicepublic HttpServiceTracker(org.osgi.framework.BundleContext context,
ExtenderManager manager)
protected void added(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref)
added in class AbstractTracker<org.osgi.service.http.HttpService>protected void modified(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref)
modified in class AbstractTracker<org.osgi.service.http.HttpService>protected void removed(org.osgi.service.http.HttpService service,
org.osgi.framework.ServiceReference ref)
removed in class AbstractTracker<org.osgi.service.http.HttpService>Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.