Uses of Interface
org.osgi.framework.BundleContext
-
Packages that use BundleContext Package Description org.osgi.framework Framework Package Version 1.10.org.osgi.framework.hooks.bundle Framework Bundle Hooks Package Version 1.1.org.osgi.framework.hooks.service Framework Service Hooks Package Version 1.1. -
-
Uses of BundleContext in org.osgi.framework
Methods in org.osgi.framework that return BundleContext Modifier and Type Method Description BundleContextBundle. getBundleContext()Returns this bundle'sBundleContext.Methods in org.osgi.framework with parameters of type BundleContext Modifier and Type Method Description voidBundleActivator. start(BundleContext context)Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.voidBundleActivator. stop(BundleContext context)Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. -
Uses of BundleContext in org.osgi.framework.hooks.bundle
Methods in org.osgi.framework.hooks.bundle with parameters of type BundleContext Modifier and Type Method Description voidFindHook. find(BundleContext context, java.util.Collection<Bundle> bundles)Find hook method.Method parameters in org.osgi.framework.hooks.bundle with type arguments of type BundleContext Modifier and Type Method Description voidEventHook. event(BundleEvent event, java.util.Collection<BundleContext> contexts)Bundle event hook method. -
Uses of BundleContext in org.osgi.framework.hooks.service
Methods in org.osgi.framework.hooks.service that return BundleContext Modifier and Type Method Description BundleContextListenerHook.ListenerInfo. getBundleContext()Return the context of the bundle which added the listener.Methods in org.osgi.framework.hooks.service with parameters of type BundleContext Modifier and Type Method Description voidFindHook. find(BundleContext context, java.lang.String name, java.lang.String filter, boolean allServices, java.util.Collection<ServiceReference<?>> references)Find hook method.Method parameters in org.osgi.framework.hooks.service with type arguments of type BundleContext Modifier and Type Method Description voidEventHook. event(ServiceEvent event, java.util.Collection<BundleContext> contexts)Deprecated.Event hook method.voidEventListenerHook. event(ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)Event listener hook method.
-