Class Activator
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.equinox.http.servlet.internal.util.HttpTupleaddingService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference) static voidaddProxyServlet(org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet proxyServlet) voidmodifiedService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference, org.eclipse.equinox.http.servlet.internal.util.HttpTuple httpTuple) voidremovedService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference, org.eclipse.equinox.http.servlet.internal.util.HttpTuple httpTuple) voidstart(BundleContext bundleContext) voidstop(BundleContext bundleContext) static voidunregisterHttpService(org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet proxyServlet)
-
Field Details
-
UNIQUE_SERVICE_ID
- See Also:
-
-
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
- Specified by:
startin interfaceBundleActivator- Throws:
Exception
-
stop
- Specified by:
stopin interfaceBundleActivator- Throws:
Exception
-
addingService
public org.eclipse.equinox.http.servlet.internal.util.HttpTuple addingService(ServiceReference<javax.servlet.http.HttpServlet> serviceReference) - Specified by:
addingServicein interfaceServiceTrackerCustomizer<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:
modifiedServicein interfaceServiceTrackerCustomizer<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:
removedServicein interfaceServiceTrackerCustomizer<javax.servlet.http.HttpServlet,org.eclipse.equinox.http.servlet.internal.util.HttpTuple>
-