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

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

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

Fields in org.eclipse.osgi.framework.internal.core declared as BundleContextImpl
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 BundleHost.getContext()
          Return the current context for this bundle.
protected abstract  BundleContextImpl AbstractBundle.getContext()
          Return the current context for this bundle.
protected  BundleContextImpl BundleFragment.getContext()
          Return the current context for this bundle.
 BundleContextImpl Framework.getSystemBundleContext()
           
 

Uses of BundleContextImpl in org.eclipse.osgi.internal.serviceregistry
 

Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type BundleContextImpl
 void ServiceRegistry.addServiceListener(BundleContextImpl context, ServiceListener listener, java.lang.String filter)
          Add a new Service Listener for a bundle.
 ServiceReferenceImpl[] ServiceRegistry.getRegisteredServices(BundleContextImpl context)
          Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
 java.lang.Object ServiceRegistry.getService(BundleContextImpl context, ServiceReferenceImpl reference)
          Returns the specified service object for a service.
 ServiceReferenceImpl ServiceRegistry.getServiceReference(BundleContextImpl context, java.lang.String clazz)
          Returns a ServiceReference object for a service that implements and was registered under the specified class.
 ServiceReferenceImpl[] ServiceRegistry.getServiceReferences(BundleContextImpl context, java.lang.String clazz, java.lang.String filterstring, boolean allservices)
          Returns an array of ServiceReferenceImpl objects.
 ServiceReferenceImpl[] ServiceRegistry.getServicesInUse(BundleContextImpl context)
          Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
 ServiceRegistrationImpl ServiceRegistry.registerService(BundleContextImpl context, java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary properties)
          Registers the specified service object with the specified properties under the specified class names into the Framework.
 void ServiceRegistry.releaseServicesInUse(BundleContextImpl context)
          Called when the BundleContext is closing to unget all services currently used by the bundle.
 void ServiceRegistry.removeAllServiceListeners(BundleContextImpl context)
          Remove all Service Listener for a bundle.
 void ServiceRegistry.removeServiceListener(BundleContextImpl context, ServiceListener listener)
          Remove a Service Listener for a bundle.
 boolean ServiceRegistry.ungetService(BundleContextImpl context, ServiceReferenceImpl reference)
          Releases the service object referenced by the specified ServiceReference object.
 void ServiceRegistry.unregisterServices(BundleContextImpl context)
          Called when the BundleContext is closing to unregister all services currently registered by the bundle.
 



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