org.apache.felix.http.whiteboard.internal.tracker
Class HttpContextTracker
java.lang.Object
org.osgi.util.tracker.ServiceTracker
org.apache.felix.http.whiteboard.internal.tracker.AbstractTracker<HttpContext>
org.apache.felix.http.whiteboard.internal.tracker.HttpContextTracker
- All Implemented Interfaces:
- ServiceTrackerCustomizer
public final class HttpContextTracker
- extends AbstractTracker<HttpContext>
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 |
HttpContextTracker
public HttpContextTracker(BundleContext context,
ExtenderManager manager)
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.