org.apache.felix.http.whiteboard.internal.tracker
Class HttpServiceTracker
java.lang.Object
org.osgi.util.tracker.ServiceTracker
org.apache.felix.http.whiteboard.internal.tracker.AbstractTracker<HttpService>
org.apache.felix.http.whiteboard.internal.tracker.HttpServiceTracker
- All Implemented Interfaces:
- ServiceTrackerCustomizer
public final class HttpServiceTracker
- extends AbstractTracker<HttpService>
Methods inherited from class org.osgi.util.tracker.ServiceTracker |
close, getService, getService, getServiceReference, getServiceReferences, getServices, getTrackingCount, open, open, remove, size, waitForService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServiceTracker
public HttpServiceTracker(BundleContext context,
ExtenderManager manager)
added
protected void added(HttpService service,
ServiceReference ref)
- Specified by:
added
in class AbstractTracker<HttpService>
modified
protected void modified(HttpService service,
ServiceReference ref)
- Specified by:
modified
in class AbstractTracker<HttpService>
removed
protected void removed(HttpService service)
- Specified by:
removed
in class AbstractTracker<HttpService>
Copyright © 2011 Apache Software Foundation. All Rights Reserved.