java.lang.Object
org.eclipse.equinox.http.servlet.internal.Activator
All Implemented Interfaces:
BundleActivator, ServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>

public class Activator extends Object implements BundleActivator, ServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>
  • Field Details

  • Constructor Details

    • Activator

      public Activator()
  • Method Details

    • addProxyServlet

      public static void addProxyServlet(org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet proxyServlet)
    • unregisterHttpService

      public static void unregisterHttpService(org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet proxyServlet)
    • start

      public void start(BundleContext bundleContext) throws Exception
      Specified by:
      start in interface BundleActivator
      Throws:
      Exception
    • stop

      public void stop(BundleContext bundleContext) throws Exception
      Specified by:
      stop in interface BundleActivator
      Throws:
      Exception
    • addingService

      public org.eclipse.equinox.http.servlet.internal.util.HttpTuple addingService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference)
      Specified by:
      addingService in interface ServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>
    • modifiedService

      public void modifiedService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference, org.eclipse.equinox.http.servlet.internal.util.HttpTuple httpTuple)
      Specified by:
      modifiedService in interface ServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>
    • removedService

      public void removedService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference, org.eclipse.equinox.http.servlet.internal.util.HttpTuple httpTuple)
      Specified by:
      removedService in interface ServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>