public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNIQUE_SERVICE_ID |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
HttpTuple |
addingService(<any> serviceReference) |
static void |
addProxyServlet(ProxyServlet proxyServlet) |
void |
modifiedService(<any> serviceReference,
HttpTuple httpTuple) |
void |
removedService(<any> serviceReference,
HttpTuple httpTuple) |
void |
start(BundleContext bundleContext) |
void |
stop(BundleContext bundleContext) |
static void |
unregisterHttpService(ProxyServlet proxyServlet) |
public static final java.lang.String UNIQUE_SERVICE_ID
public static void addProxyServlet(ProxyServlet proxyServlet)
public static void unregisterHttpService(ProxyServlet proxyServlet)
public void start(BundleContext bundleContext)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext bundleContext)
throws java.lang.Exception
java.lang.Exceptionpublic HttpTuple addingService(<any> serviceReference)
public void modifiedService(<any> serviceReference,
HttpTuple httpTuple)
public void removedService(<any> serviceReference,
HttpTuple httpTuple)