public class Activator
extends java.lang.Object
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static BundleContext |
getBundleContext()
Returns the BundleContext.
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)public void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionorg.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)public static BundleContext getBundleContext()