Package | Description |
---|---|
org.osgi.framework |
Framework Package Version 1.5.
|
org.osgi.framework.hooks.service |
Framework Service Hooks Package Version 1.0.
|
Modifier and Type | Method | Description |
---|---|---|
BundleContext |
Bundle.getBundleContext() |
Returns this bundle's
BundleContext . |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
BundleContext |
ListenerHook.ListenerInfo.getBundleContext() |
Return the context of the bundle which added the listener.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FindHook.find(BundleContext context,
java.lang.String name,
java.lang.String filter,
boolean allServices,
java.util.Collection references) |
Find hook method.
|