|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleContext | |
|---|---|
| org.osgi.framework | Framework Package Version 1.4. |
| Uses of BundleContext in org.osgi.framework |
|---|
| Methods in org.osgi.framework that return BundleContext | |
|---|---|
BundleContext |
Bundle.getBundleContext()
Returns this bundle's BundleContext. |
| Methods in org.osgi.framework with parameters of type BundleContext | |
|---|---|
void |
BundleActivator.start(BundleContext context)
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle. |
void |
BundleActivator.stop(BundleContext context)
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||