public class JolokiaActivator extends Object implements org.osgi.framework.BundleActivator, JolokiaContext
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_SERVICE_FILTER_BASE |
Constructor and Description |
---|
JolokiaActivator() |
Modifier and Type | Method and Description |
---|---|
org.osgi.service.http.HttpContext |
getHttpContext()
Get the security context for out servlet.
|
String |
getServletAlias()
Get the servlet alias under which the agent servlet is registered
|
void |
start(org.osgi.framework.BundleContext pBundleContext) |
void |
stop(org.osgi.framework.BundleContext pBundleContext) |
public static final String HTTP_SERVICE_FILTER_BASE
public void start(org.osgi.framework.BundleContext pBundleContext)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext pBundleContext)
stop
in interface org.osgi.framework.BundleActivator
public org.osgi.service.http.HttpContext getHttpContext()
getHttpContext
in interface JolokiaContext
public String getServletAlias()
getServletAlias
in interface JolokiaContext
Copyright © 2019. All rights reserved.