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

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

public final class HttpContextTracker
extends AbstractTracker<HttpContext>


Field Summary
 
Fields inherited from class org.osgi.util.tracker.ServiceTracker
context, filter
 
Constructor Summary
HttpContextTracker(BundleContext context, ExtenderManager manager)
           
 
Method Summary
protected  void added(HttpContext service, ServiceReference ref)
           
protected  void modified(HttpContext service, ServiceReference ref)
           
protected  void removed(HttpContext 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

HttpContextTracker

public HttpContextTracker(BundleContext context,
                          ExtenderManager manager)
Method Detail

added

protected void added(HttpContext service,
                     ServiceReference ref)
Specified by:
added in class AbstractTracker<HttpContext>

modified

protected void modified(HttpContext service,
                        ServiceReference ref)
Specified by:
modified in class AbstractTracker<HttpContext>

removed

protected void removed(HttpContext service)
Specified by:
removed in class AbstractTracker<HttpContext>


Copyright © 2011 Apache Software Foundation. All Rights Reserved.