public class Activator extends Object implements org.osgi.framework.BundleActivator
| Modifier and Type | Field and Description |
|---|---|
private org.osgi.framework.ServiceRegistration<InVivoRunnerFactory> |
registration |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Creates and registers the
InVivoRunnerFactory as OSGi service. |
void |
stop(org.osgi.framework.BundleContext context)
Un-registers the registered service.
|
private org.osgi.framework.ServiceRegistration<InVivoRunnerFactory> registration
public void start(org.osgi.framework.BundleContext context)
InVivoRunnerFactory as OSGi service.start in interface org.osgi.framework.BundleActivatorcontext - the bundle contextCopyright © 2013–2014 Wisdom Framework. All rights reserved.