public class Activator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static org.osgi.framework.BundleContext |
bc |
static MessageContentSerializer |
contentSerializer |
static LogMonitor |
lm |
static ModuleContext |
mc |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static Resource |
deserialize(String s) |
static URL |
getResource(String name)
Get resource
|
static String |
serialize(Resource r) |
void |
start() |
void |
start(org.osgi.framework.BundleContext context)
Start this bundle.
|
void |
stop(org.osgi.framework.BundleContext arg0) |
public static ModuleContext mc
public static org.osgi.framework.BundleContext bc
public static MessageContentSerializer contentSerializer
public static LogMonitor lm
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void start()
public void stop(org.osgi.framework.BundleContext arg0) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
Copyright © 2018 universAAL Consortium. All rights reserved.