public class ModulesSourceActivator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
ModulesSourceActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Called when this bundle is started so the Framework can perform the
bundle-specific activities necessary to start this bundle.
|
void |
stop(org.osgi.framework.BundleContext context)
Called when this bundle is stopped so the Framework can perform the
bundle-specific activities necessary to stop the bundle.
|
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being started.public void stop(org.osgi.framework.BundleContext context)
BundleActivator.start
method started. There should be no active threads that were started by
this bundle when this bundle returns. A stopped bundle must not call any
Framework objects.
This method must complete and return to its caller in a timely manner.stop in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being stopped.Copyright © 2004–2015 Jahia Solutions Group SA. All rights reserved.