Uses of Class
org.eclipse.osgi.framework.internal.core.BundleContextImpl

Packages that use BundleContextImpl
org.eclipse.osgi.framework.internal.core   
 

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

Fields in org.eclipse.osgi.framework.internal.core declared as BundleContextImpl
protected  BundleContextImpl ServiceRegistrationImpl.context
          context which registered this service.
protected  BundleContextImpl ServiceUse.context
          BundleContext associated with this service use
protected  BundleContextImpl BundleHost.context
          The BundleContext that represents this Bundle and all of its fragments
 

Methods in org.eclipse.osgi.framework.internal.core that return BundleContextImpl
protected  BundleContextImpl BundleHost.createContext()
          Create a BundleContext for this bundle.
protected  BundleContextImpl BundleFragment.getContext()
          Return the current context for this bundle.
protected  BundleContextImpl BundleHost.getContext()
          Return the current context for this bundle.
protected abstract  BundleContextImpl AbstractBundle.getContext()
          Return the current context for this bundle.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type BundleContextImpl
protected  java.lang.Object ServiceRegistrationImpl.getService(BundleContextImpl user)
          Get a service object for the using BundleContext.
protected  ServiceReference[] Framework.getServiceReferences(java.lang.String clazz, java.lang.String filterstring, BundleContextImpl context, boolean allservices)
          Returns a list of ServiceReference objects.
protected  void ServiceRegistrationImpl.releaseService(BundleContextImpl user)
          Release the service for the using BundleContext.
protected  boolean ServiceRegistrationImpl.ungetService(BundleContextImpl user)
          Unget a service for the using BundleContext.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type BundleContextImpl
FilteredServiceListener(java.lang.String filterstring, ServiceListener listener, BundleContextImpl context)
          Constructor.
ServiceRegistrationImpl(BundleContextImpl context, java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary properties)
          Construct a ServiceRegistration and register the service in the framework's service registry.
ServiceUse(BundleContextImpl context, ServiceRegistrationImpl registration)
          Constructs a service use encapsulating the service object.