org.osgi.framework.BundleActivatorpublic class Activator extends Object implements org.osgi.framework.BundleActivator
| Constructor | Description |
|---|---|
Activator() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.osgi.framework.BundleContext |
getContext() |
|
static void |
log(int level,
String message) |
|
static void |
log(int level,
String message,
Throwable exception) |
|
void |
start(org.osgi.framework.BundleContext context) |
|
void |
stop(org.osgi.framework.BundleContext context) |
public static org.osgi.framework.BundleContext getContext()
public static void log(int level,
String message)
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorpublic void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorCopyright © 2018. All rights reserved.