public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
private static org.osgi.framework.BundleContext |
context |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static org.osgi.framework.BundleContext |
getContext() |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
public static org.osgi.framework.BundleContext getContext()
public void start(org.osgi.framework.BundleContext bundleContext)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext bundleContext)
stop
in interface org.osgi.framework.BundleActivator