org.apache.felix.http.whiteboard.internal.tracker
Class HttpServiceTracker

java.lang.Object
  extended by org.osgi.util.tracker.ServiceTracker
      extended by org.apache.felix.http.whiteboard.internal.tracker.AbstractTracker<HttpService>
          extended by org.apache.felix.http.whiteboard.internal.tracker.HttpServiceTracker
All Implemented Interfaces:
ServiceTrackerCustomizer

public final class HttpServiceTracker
extends AbstractTracker<HttpService>


Field Summary
 
Fields inherited from class org.osgi.util.tracker.ServiceTracker
context, filter
 
Constructor Summary
HttpServiceTracker(BundleContext context, ExtenderManager manager)
           
 
Method Summary
protected  void added(HttpService service, ServiceReference ref)
           
protected  void modified(HttpService service, ServiceReference ref)
           
protected  void removed(HttpService service)
           
 
Methods inherited from class org.apache.felix.http.whiteboard.internal.tracker.AbstractTracker
addingService, modifiedService, removedService
 
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
 

Constructor Detail

HttpServiceTracker

public HttpServiceTracker(BundleContext context,
                          ExtenderManager manager)
Method Detail

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.