org.osgi.framework.BundleActivator
public 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.BundleActivator
public void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
Copyright © 2018. All rights reserved.