Uses of Interface
org.osgi.framework.BundleContext

Packages that use BundleContext
org.apache.felix.framework   
org.apache.felix.framework.ext   
org.apache.felix.framework.util   
org.osgi.framework   
org.osgi.framework.hooks.bundle   
org.osgi.framework.hooks.service   
org.osgi.util.tracker   
 

Uses of BundleContext in org.apache.felix.framework
 

Methods in org.apache.felix.framework with parameters of type BundleContext
protected  void Logger.setSystemBundleContext(BundleContext context)
           
 

Uses of BundleContext in org.apache.felix.framework.ext
 

Subinterfaces of BundleContext in org.apache.felix.framework.ext
 interface FelixBundleContext
           
 

Uses of BundleContext in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that return BundleContext
 BundleContext ListenerInfo.getBundleContext()
           
 

Methods in org.apache.felix.framework.util with parameters of type BundleContext
 Filter EventDispatcher.addListener(BundleContext bc, java.lang.Class clazz, java.util.EventListener l, Filter filter)
           
 void SecureAction.invokeBundleFindHook(FindHook fh, BundleContext bc, java.util.Collection<Bundle> bundles)
           
 void SecureAction.invokeServiceFindHook(FindHook fh, BundleContext context, java.lang.String name, java.lang.String filter, boolean allServices, java.util.Collection<ServiceReference<?>> references)
           
 ListenerHook.ListenerInfo EventDispatcher.removeListener(BundleContext bc, java.lang.Class clazz, java.util.EventListener l)
           
 void EventDispatcher.removeListeners(BundleContext bc)
           
 void SecureAction.startActivator(BundleActivator activator, BundleContext context)
           
 void SecureAction.stopActivator(BundleActivator activator, BundleContext context)
           
 Filter EventDispatcher.updateListener(BundleContext bc, java.lang.Class clazz, java.util.EventListener l, Filter filter)
           
 

Method parameters in org.apache.felix.framework.util with type arguments of type BundleContext
 void SecureAction.invokeBundleEventHook(EventHook eh, BundleEvent event, java.util.Collection<BundleContext> contexts)
           
 void SecureAction.invokeServiceEventHook(EventHook eh, ServiceEvent event, java.util.Collection<BundleContext> contexts)
           
 void SecureAction.invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
           
 

Constructors in org.apache.felix.framework.util with parameters of type BundleContext
ListenerInfo(Bundle bundle, BundleContext context, java.lang.Class listenerClass, java.util.EventListener listener, Filter filter, java.lang.Object acc, boolean removed)
           
 

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.
 

Uses of BundleContext in org.osgi.framework.hooks.bundle
 

Methods in org.osgi.framework.hooks.bundle with parameters of type BundleContext
 void FindHook.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
 void EventHook.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
 BundleContext ListenerHook.ListenerInfo.getBundleContext()
          Return the context of the bundle which added the listener.
 

Methods in org.osgi.framework.hooks.service with parameters of type BundleContext
 void FindHook.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
 void EventHook.event(ServiceEvent event, java.util.Collection<BundleContext> contexts)
          Deprecated. Event hook method.
 void EventListenerHook.event(ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)
          Event listener hook method.
 

Uses of BundleContext in org.osgi.util.tracker
 

Fields in org.osgi.util.tracker declared as BundleContext
protected  BundleContext BundleTracker.context
          The Bundle Context used by this BundleTracker.
protected  BundleContext ServiceTracker.context
          The Bundle Context used by this ServiceTracker.
 

Constructors in org.osgi.util.tracker with parameters of type BundleContext
BundleTracker(BundleContext context, int stateMask, BundleTrackerCustomizer<T> customizer)
          Create a BundleTracker for bundles whose state is present in the specified state mask.
ServiceTracker(BundleContext context, java.lang.Class<S> clazz, ServiceTrackerCustomizer<S,T> customizer)
          Create a ServiceTracker on the specified class.
ServiceTracker(BundleContext context, Filter filter, ServiceTrackerCustomizer<S,T> customizer)
          Create a ServiceTracker on the specified Filter object.
ServiceTracker(BundleContext context, ServiceReference<S> reference, ServiceTrackerCustomizer<S,T> customizer)
          Create a ServiceTracker on the specified ServiceReference.
ServiceTracker(BundleContext context, java.lang.String clazz, ServiceTrackerCustomizer<S,T> customizer)
          Create a ServiceTracker on the specified class name.
 



Copyright © 2012. All Rights Reserved.