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.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.module   
org.eclipse.osgi.internal.provisional.service.security   
org.eclipse.osgi.internal.service.security   
org.eclipse.osgi.internal.signedcontent   
org.eclipse.osgi.launch   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.framework.hooks.service Framework Service Hooks Package Version 1.0. 
org.osgi.service.framework   
org.osgi.util.tracker Tracker Package Version 1.4. 
 

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 ListenerHookInfoImpl.getBundleContext()
           
 

Methods in org.apache.felix.framework.util with parameters of type BundleContext
 void SecureAction.startActivator(BundleActivator activator, BundleContext context)
           
 void SecureAction.stopActivator(BundleActivator activator, BundleContext context)
           
 

Constructors in org.apache.felix.framework.util with parameters of type BundleContext
ListenerHookInfoImpl(BundleContext context, ServiceListener listener, java.lang.String filter, 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(java.lang.String[] args, java.lang.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 javax.xml.parsers.SAXParserFactory PluginParser.acquireXMLParsing(BundleContext context)
           
 void EclipseLazyStarter.frameworkStart(BundleContext context)
           
 void EclipseErrorHandler.frameworkStart(BundleContext context)
           
 void EclipseLogHook.frameworkStart(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStart(BundleContext context)
           
 void EclipseLazyStarter.frameworkStop(BundleContext context)
           
 void EclipseErrorHandler.frameworkStop(BundleContext context)
           
 void EclipseLogHook.frameworkStop(BundleContext context)
           
 void EclipseAdaptorHook.frameworkStop(BundleContext context)
           
 void EclipseLazyStarter.frameworkStopping(BundleContext context)
           
 void EclipseErrorHandler.frameworkStopping(BundleContext context)
           
 void EclipseLogHook.frameworkStopping(BundleContext context)
           
 void EclipseAdaptorHook.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.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 AbstractBundle.getBundleContext()
           
 BundleContext EquinoxLauncher.getBundleContext()
           
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleContext
 void SystemBundleActivator.start(BundleContext context)
           
 void BundleResourceHandler.start(BundleContext context, FrameworkAdaptor baseAdaptor)
           
 void SystemBundleActivator.stop(BundleContext context)
           
 

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

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

Fields in org.eclipse.osgi.framework.internal.protocol declared as BundleContext
protected  BundleContext URLStreamHandlerProxy.context
           
protected  BundleContext MultiplexingFactory.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(java.lang.String contentType, ServiceReference reference, BundleContext context)
           
StreamHandlerFactory(BundleContext context, FrameworkAdaptor adaptor)
          Create the factory.
URLStreamHandlerFactoryProxyFor15(java.lang.String protocol, ServiceReference reference, BundleContext context)
           
URLStreamHandlerProxy(java.lang.String protocol, ServiceReference reference, BundleContext context)
           
 

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

Methods in org.eclipse.osgi.framework.util with parameters of type BundleContext
 java.lang.Object SecureAction.getService(ServiceReference 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(java.lang.String name, java.lang.Object service, BundleContext context)
          Register a service object.
 

Constructors in org.eclipse.osgi.internal.baseadaptor with parameters of type BundleContext
StateManager(java.io.File stateFile, java.io.File lazyFile, BundleContext context)
          Constructs a StateManager using the specified files and context
StateManager(java.io.File stateFile, java.io.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.module
 

Constructors in org.eclipse.osgi.internal.module with parameters of type BundleContext
PermissionChecker(BundleContext context, boolean checkPermissions, ResolverImpl resolver)
           
ResolverImpl(BundleContext context, boolean checkPermissions)
           
 

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.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.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 references)
          Find 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 ServiceTracker.context
          The Bundle Context used by this ServiceTracker.
protected  BundleContext BundleTracker.context
          The Bundle Context used by this BundleTracker.
 

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



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.