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.eclipse.core.runtime.adaptor   
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.equinox.log.internal   
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.framework.adaptor   
org.eclipse.osgi.framework.debug   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.internal.protocol   
org.eclipse.osgi.framework.util   
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.loader.buddy   
org.eclipse.osgi.internal.provisional.service.security   
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.internal.service.security   
org.eclipse.osgi.internal.signedcontent   
org.eclipse.osgi.launch   
org.osgi.framework Framework Package Version 1.6. 
org.osgi.framework.hooks.bundle Framework Bundle Hooks Package Version 1.0. 
org.osgi.framework.hooks.service Framework Service Hooks Package Version 1.1. 
org.osgi.service.framework   
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, Class clazz, EventListener l, Filter filter)
           
 void SecureAction.invokeBundleFindHook(FindHook fh, BundleContext bc, Collection<Bundle> bundles)
           
 void SecureAction.invokeServiceFindHook(FindHook fh, BundleContext context, String name, String filter, boolean allServices, Collection<ServiceReference<?>> references)
           
 ListenerHook.ListenerInfo EventDispatcher.removeListener(BundleContext bc, Class clazz, 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, Class clazz, 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, Collection<BundleContext> contexts)
           
 void SecureAction.invokeServiceEventHook(EventHook eh, ServiceEvent event, Collection<BundleContext> contexts)
           
 void SecureAction.invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, Map<BundleContext,Collection<ListenerHook.ListenerInfo>> listeners)
           
 

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

Uses of BundleContext in org.eclipse.core.runtime.adaptor
 

Methods in org.eclipse.core.runtime.adaptor that return BundleContext
static BundleContext EclipseStarter.getSystemBundleContext()
          Returns the context of the system bundle.
static BundleContext EclipseStarter.startup(String[] args, Runnable endSplashHandler)
          Starts the platform and sets it up to run a single application.
 

Uses of BundleContext in org.eclipse.core.runtime.internal.adaptor
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type BundleContext
static SAXParserFactory PluginParser.acquireXMLParsing(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStart(BundleContext context)
           
 void EclipseLazyStarter.frameworkStart(BundleContext context)
           
 void EclipseLogHook.frameworkStart(BundleContext context)
           
 void EclipseErrorHandler.frameworkStart(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStop(BundleContext context)
           
 void EclipseLazyStarter.frameworkStop(BundleContext context)
           
 void EclipseLogHook.frameworkStop(BundleContext context)
           
 void EclipseErrorHandler.frameworkStop(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStopping(BundleContext context)
           
 void EclipseLazyStarter.frameworkStopping(BundleContext context)
           
 void EclipseLogHook.frameworkStopping(BundleContext context)
           
 void EclipseErrorHandler.frameworkStopping(BundleContext context)
           
 

Constructors in org.eclipse.core.runtime.internal.adaptor with parameters of type BundleContext
EclipseAppLauncher(BundleContext context, boolean relaunch, boolean failOnNoDefault, FrameworkLog log)
           
EclipseCommandProvider(BundleContext context)
           
PluginConverterImpl(FrameworkAdaptor adaptor, BundleContext context)
           
PluginParser(FrameworkAdaptor adaptor, BundleContext context, Version target)
           
 

Uses of BundleContext in org.eclipse.equinox.log.internal
 

Methods in org.eclipse.equinox.log.internal with parameters of type BundleContext
 void LogServiceManager.start(BundleContext context)
           
 void LogServiceManager.stop(BundleContext context)
           
 

Constructors in org.eclipse.equinox.log.internal with parameters of type BundleContext
EventAdminAdapter(BundleContext context, ExtendedLogReaderServiceFactory logReaderServiceFactory)
           
 

Uses of BundleContext in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BundleContext
 BundleContext BaseAdaptor.getContext()
          Returns the system bundle's context
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleContext
 void BaseAdaptor.frameworkStart(BundleContext fwContext)
          This method calls all the configured adaptor hook AdaptorHook.frameworkStart(BundleContext) methods.
 void BaseAdaptor.frameworkStop(BundleContext fwContext)
          This method calls all the configured adaptor hook AdaptorHook.frameworkStop(BundleContext) methods.
 void BaseAdaptor.frameworkStopping(BundleContext fwContext)
          This method calls all the configured adaptor hook AdaptorHook.frameworkStopping(BundleContext) methods.
 

Uses of BundleContext in org.eclipse.osgi.baseadaptor.hooks
 

Methods in org.eclipse.osgi.baseadaptor.hooks with parameters of type BundleContext
 void AdaptorHook.frameworkStart(BundleContext context)
          Gets called by the adaptor during FrameworkAdaptor.frameworkStart(BundleContext).
 void AdaptorHook.frameworkStop(BundleContext context)
          Gets called by the adaptor during FrameworkAdaptor.frameworkStop(BundleContext).
 void AdaptorHook.frameworkStopping(BundleContext context)
          Gets called by the adaptor during FrameworkAdaptor.frameworkStopping(BundleContext).
 

Uses of BundleContext in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor with parameters of type BundleContext
 void FrameworkAdaptor.frameworkStart(BundleContext context)
          The framework will call this method after the System BundleActivator.start(BundleContext) has been called.
 void FrameworkAdaptor.frameworkStop(BundleContext context)
          The framework will call this method before the System BundleActivator.stop(BundleContext) has been called.
 void FrameworkAdaptor.frameworkStopping(BundleContext context)
          The framework will call this method before the process of framework shutdown is started.
 

Uses of BundleContext in org.eclipse.osgi.framework.debug
 

Methods in org.eclipse.osgi.framework.debug with parameters of type BundleContext
 void FrameworkDebugOptions.start(BundleContext bc)
           
 void FrameworkDebugOptions.stop(BundleContext bc)
           
 

Uses of BundleContext in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement BundleContext
 class BundleContextImpl
          Bundle's execution context.
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleContext
 BundleContext EquinoxLauncher.getBundleContext()
           
 BundleContext AbstractBundle.getBundleContext()
           
 

Methods in org.eclipse.osgi.framework.internal.core that return types with arguments of type BundleContext
static Collection<BundleContext> Framework.asBundleContexts(Collection<? extends BundleContext> c)
          Coerce the generic type of a collection from Collection to Collection
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleContext
protected  AbstractBundle Framework.installWorker(String location, PrivilegedExceptionAction<AbstractBundle> action, BundleContext origin)
          Worker method to install a bundle.
 void SystemBundleActivator.start(BundleContext bc)
           
 void BundleResourceHandler.start(BundleContext context, FrameworkAdaptor baseAdaptor)
           
 void SystemBundleActivator.stop(BundleContext bc)
           
 

Method parameters in org.eclipse.osgi.framework.internal.core with type arguments of type BundleContext
static Collection<BundleContext> Framework.asBundleContexts(Collection<? extends BundleContext> c)
          Coerce the generic type of a collection from Collection to Collection
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleContext
FrameworkConsole(BundleContext context, ConsoleSession consoleSession, boolean isSystemInOut, ServiceTracker<CommandProvider,CommandProvider> cptracker)
           
 

Uses of BundleContext in org.eclipse.osgi.framework.internal.protocol
 

Fields in org.eclipse.osgi.framework.internal.protocol declared as BundleContext
protected  BundleContext MultiplexingFactory.context
           
protected  BundleContext URLStreamHandlerProxy.context
           
protected  BundleContext ContentHandlerProxy.context
           
 

Methods in org.eclipse.osgi.framework.internal.protocol with parameters of type BundleContext
 void ProtocolActivator.start(BundleContext context, FrameworkAdaptor adaptor)
           
 

Constructors in org.eclipse.osgi.framework.internal.protocol with parameters of type BundleContext
ContentHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
           
ContentHandlerProxy(String contentType, ServiceReference<ContentHandler> reference, BundleContext context)
           
StreamHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
          Create the factory.
URLStreamHandlerFactoryProxyFor15(String protocol, ServiceReference<URLStreamHandlerService> reference, BundleContext context)
           
URLStreamHandlerProxy(String protocol, ServiceReference<URLStreamHandlerService> reference, BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.framework.util
 

Methods in org.eclipse.osgi.framework.util with parameters of type BundleContext
<S> S
SecureAction.getService(ServiceReference<S> reference, BundleContext context)
          Gets a service object.
 

Uses of BundleContext in org.eclipse.osgi.internal.baseadaptor
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleContext
 void BaseStorage.frameworkStart(BundleContext fwContext)
           
 void BaseStorageHook.frameworkStart(BundleContext context)
           
 void BaseStorage.frameworkStop(BundleContext fwContext)
           
 void BaseStorageHook.frameworkStop(BundleContext context)
           
 void BaseStorage.frameworkStopping(BundleContext fwContext)
           
 void BaseStorageHook.frameworkStopping(BundleContext context)
           
static ServiceRegistration<?> AdaptorUtil.register(String name, Object service, BundleContext context)
          Register a service object.
 

Constructors in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleContext
StateManager(File stateFile, File lazyFile, BundleContext context)
          Constructs a StateManager using the specified files and context
StateManager(File stateFile, File lazyFile, BundleContext context, long expectedTimeStamp)
          Constructs a StateManager using the specified files and context
 

Uses of BundleContext in org.eclipse.osgi.internal.composite
 

Methods in org.eclipse.osgi.internal.composite that return BundleContext
 BundleContext SurrogateImpl.getCompositeBundleContext()
           
 

Methods in org.eclipse.osgi.internal.composite with parameters of type BundleContext
 void CompositeConfigurator.frameworkStart(BundleContext context)
           
 void CompositeConfigurator.frameworkStop(BundleContext context)
           
 void CompositeConfigurator.frameworkStopping(BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.internal.loader.buddy
 

Methods in org.eclipse.osgi.internal.loader.buddy with parameters of type BundleContext
 void PolicyHandler.close(BundleContext context)
           
 void PolicyHandler.open(BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.internal.provisional.service.security
 

Constructors in org.eclipse.osgi.internal.provisional.service.security with parameters of type BundleContext
AuthorizationEngine(BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver with parameters of type BundleContext
 SystemState StateObjectFactoryImpl.createSystemState(BundleContext context)
           
 SystemState StateObjectFactoryImpl.readSystemState(BundleContext context, File stateFile, File lazyFile, boolean lazyLoad, long expectedTimeStamp)
           
 

Constructors in org.eclipse.osgi.internal.resolver with parameters of type BundleContext
SystemState(BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.internal.service.security
 

Constructors in org.eclipse.osgi.internal.service.security with parameters of type BundleContext
DefaultAuthorizationEngine(BundleContext context, State systemState)
           
 

Uses of BundleContext in org.eclipse.osgi.internal.signedcontent
 

Methods in org.eclipse.osgi.internal.signedcontent with parameters of type BundleContext
 void SignedBundleHook.frameworkStart(BundleContext context)
           
 void SignedBundleHook.frameworkStop(BundleContext context)
           
 void SignedBundleHook.frameworkStopping(BundleContext context)
           
 

Uses of BundleContext in org.eclipse.osgi.launch
 

Methods in org.eclipse.osgi.launch that return BundleContext
 BundleContext Equinox.getBundleContext()
           
 

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, 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, 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, String name, String filter, boolean allServices, 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, Collection<BundleContext> contexts)
          Deprecated. Event hook method.
 void EventListenerHook.event(ServiceEvent event, Map<BundleContext,Collection<ListenerHook.ListenerInfo>> listeners)
          Event listener hook method.
 

Uses of BundleContext in org.osgi.service.framework
 

Methods in org.osgi.service.framework that return BundleContext
 BundleContext SurrogateBundle.getCompositeBundleContext()
          Deprecated. Returns the bundle context of the associated composite bundle.
 

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, 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, String clazz, ServiceTrackerCustomizer<S,T> customizer)
          Create a ServiceTracker on the specified class name.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.