public class Activator extends Object implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
private CleanerTask |
cleanerTask |
private org.osgi.framework.BundleContext |
context |
private org.osgi.service.http.HttpService |
httpService |
private static String |
JMX_DOMAIN |
static org.objectweb.util.monolog.api.Logger |
logger |
private static String |
mbeanName |
static String |
SERVICE_NAME |
String |
servletAlias |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerMBean(Object mbean,
String name) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
static void |
unregisterMBean(String name) |
public static org.objectweb.util.monolog.api.Logger logger
public static final String SERVICE_NAME
private org.osgi.framework.BundleContext context
private org.osgi.service.http.HttpService httpService
public String servletAlias
private CleanerTask cleanerTask
private static String JMX_DOMAIN
private static String mbeanName
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic static void unregisterMBean(String name)
Copyright © 2020 ScalAgent D.T.. All rights reserved.