Uses of Interface
org.osgi.framework.ServiceReference

Packages that use ServiceReference
org.apache.felix.framework   
org.apache.felix.framework.util   
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.serviceregistry   
org.eclipse.osgi.launch   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.util.tracker Tracker Package Version 1.4. 
 

Uses of ServiceReference in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return ServiceReference
 ServiceReference[] ServiceRegistry.getRegisteredServices(Bundle bundle)
           
 ServiceReference[] ServiceRegistry.getServicesInUse(Bundle bundle)
           
 

Methods in org.apache.felix.framework with parameters of type ServiceReference
protected  void Logger.doLog(Bundle bundle, ServiceReference sr, int level, java.lang.String msg, java.lang.Throwable throwable)
           
 java.lang.Object ServiceRegistry.getService(Bundle bundle, ServiceReference ref)
           
 Bundle[] ServiceRegistry.getUsingBundles(ServiceReference ref)
           
 void ServiceRegistry.invokeHook(ServiceReference ref, Framework framework, InvokeHookCallback callback)
          Invokes a Service Registry Hook
 void Logger.log(ServiceReference sr, int level, java.lang.String msg)
           
 void Logger.log(ServiceReference sr, int level, java.lang.String msg, java.lang.Throwable throwable)
           
 boolean FilterImpl.match(ServiceReference sr)
           
 boolean ServiceRegistry.ungetService(Bundle bundle, ServiceReference ref)
           
 

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

Methods in org.apache.felix.framework.util with parameters of type ServiceReference
static boolean Util.isServiceAssignable(Bundle requester, ServiceReference ref)
          This method determines if the requesting bundle is able to cast the specified service reference based on class visibility rules of the underlying modules.
 

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

Methods in org.eclipse.osgi.framework.debug with parameters of type ServiceReference
 java.lang.Object FrameworkDebugOptions.addingService(ServiceReference reference)
           
 void FrameworkDebugOptions.modifiedService(ServiceReference reference, java.lang.Object service)
           
 void FrameworkDebugOptions.removedService(ServiceReference reference, java.lang.Object service)
           
 

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

Methods in org.eclipse.osgi.framework.internal.core that return ServiceReference
 ServiceReference[] BundleContextImpl.getAllServiceReferences(java.lang.String clazz, java.lang.String filter)
           
 ServiceReference[] BundleHost.getRegisteredServices()
          Provides a list of ServiceReferences for the services registered by this bundle or null if the bundle has no registered services.
 ServiceReference[] EquinoxLauncher.getRegisteredServices()
           
 ServiceReference[] BundleFragment.getRegisteredServices()
          Provides a list of ServiceReferences for the services registered by this bundle or null if the bundle has no registered services.
 ServiceReference BundleContextImpl.getServiceReference(java.lang.String clazz)
          Get a service reference.
 ServiceReference[] BundleContextImpl.getServiceReferences(java.lang.String clazz, java.lang.String filter)
          Returns a list of ServiceReference objects.
 ServiceReference[] BundleHost.getServicesInUse()
          Provides a list of ServiceReferences for the services this bundle is using, or null if the bundle is not using any services.
 ServiceReference[] EquinoxLauncher.getServicesInUse()
           
 ServiceReference[] BundleFragment.getServicesInUse()
          Provides a list of ServiceReferences for the services this bundle is using, or null if the bundle is not using any services.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type ServiceReference
 java.lang.Object ConsoleManager.addingService(ServiceReference reference)
           
 java.lang.Object BundleContextImpl.getService(ServiceReference reference)
          Get a service's service object.
 boolean FilterImpl.match(ServiceReference reference)
          Filter using a service's properties.
 void ConsoleManager.modifiedService(ServiceReference reference, java.lang.Object service)
           
 void ConsoleManager.removedService(ServiceReference reference, java.lang.Object service)
           
 boolean BundleContextImpl.ungetService(ServiceReference reference)
          Unget a service's service object.
 

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

Fields in org.eclipse.osgi.framework.internal.protocol declared as ServiceReference
protected  ServiceReference ContentHandlerProxy.contentHandlerServiceReference
           
protected  ServiceReference URLStreamHandlerProxy.urlStreamServiceReference
           
 

Methods in org.eclipse.osgi.framework.internal.protocol with parameters of type ServiceReference
 java.lang.Object URLStreamHandlerProxy.addingService(ServiceReference reference)
           
 java.lang.Object ContentHandlerProxy.addingService(ServiceReference reference)
           
 void URLStreamHandlerProxy.modifiedService(ServiceReference reference, java.lang.Object service)
           
 void ContentHandlerProxy.modifiedService(ServiceReference reference, java.lang.Object service)
           
 void URLStreamHandlerProxy.removedService(ServiceReference reference, java.lang.Object service)
           
 void ContentHandlerProxy.removedService(ServiceReference reference, java.lang.Object service)
           
 

Constructors in org.eclipse.osgi.framework.internal.protocol with parameters of type ServiceReference
ContentHandlerProxy(java.lang.String contentType, ServiceReference reference, BundleContext context)
           
URLStreamHandlerFactoryProxyFor15(java.lang.String protocol, ServiceReference reference, BundleContext context)
           
URLStreamHandlerProxy(java.lang.String protocol, ServiceReference reference, BundleContext context)
           
 

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

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

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

Classes in org.eclipse.osgi.internal.serviceregistry that implement ServiceReference
 class ServiceReferenceImpl
          A reference to a service.
 

Methods in org.eclipse.osgi.internal.serviceregistry that return ServiceReference
 ServiceReference ServiceRegistrationImpl.getReference()
          Returns a ServiceReferenceImpl object for this registration.
 

Uses of ServiceReference in org.eclipse.osgi.launch
 

Methods in org.eclipse.osgi.launch that return ServiceReference
 ServiceReference[] Equinox.getRegisteredServices()
           
 ServiceReference[] Equinox.getServicesInUse()
           
 

Uses of ServiceReference in org.osgi.framework
 

Methods in org.osgi.framework that return ServiceReference
 ServiceReference[] BundleContext.getAllServiceReferences(java.lang.String clazz, java.lang.String filter)
          Returns an array of ServiceReference objects.
 ServiceReference ServiceRegistration.getReference()
          Returns a ServiceReference object for a service being registered.
 ServiceReference[] Bundle.getRegisteredServices()
          Returns this bundle's ServiceReference list for all services it has registered or null if this bundle has no registered services.
 ServiceReference ServiceEvent.getServiceReference()
          Returns a reference to the service that had a change occur in its lifecycle.
 ServiceReference BundleContext.getServiceReference(java.lang.String clazz)
          Returns a ServiceReference object for a service that implements and was registered under the specified class.
 ServiceReference[] BundleContext.getServiceReferences(java.lang.String clazz, java.lang.String filter)
          Returns an array of ServiceReference objects.
 ServiceReference[] Bundle.getServicesInUse()
          Returns this bundle's ServiceReference list for all services it is using or returns null if this bundle is not using any services.
 

Methods in org.osgi.framework with parameters of type ServiceReference
 java.lang.Object BundleContext.getService(ServiceReference reference)
          Returns the service object referenced by the specified ServiceReference object.
 boolean Filter.match(ServiceReference reference)
          Filter using a service's properties.
 boolean BundleContext.ungetService(ServiceReference reference)
          Releases the service object referenced by the specified ServiceReference object.
 

Constructors in org.osgi.framework with parameters of type ServiceReference
ServiceEvent(int type, ServiceReference reference)
          Creates a new service event object.
ServicePermission(ServiceReference reference, java.lang.String actions)
          Creates a new requested ServicePermission object to be used by code that must perform checkPermission for the get action.
 

Uses of ServiceReference in org.osgi.util.tracker
 

Methods in org.osgi.util.tracker that return ServiceReference
 ServiceReference ServiceTracker.getServiceReference()
          Returns a ServiceReference for one of the services being tracked by this ServiceTracker.
 ServiceReference[] ServiceTracker.getServiceReferences()
          Return an array of ServiceReferences for all services being tracked by this ServiceTracker.
 

Methods in org.osgi.util.tracker with parameters of type ServiceReference
 java.lang.Object ServiceTrackerCustomizer.addingService(ServiceReference reference)
          A service is being added to the ServiceTracker.
 java.lang.Object ServiceTracker.addingService(ServiceReference reference)
          Default implementation of the ServiceTrackerCustomizer.addingService method.
 java.lang.Object ServiceTracker.getService(ServiceReference reference)
          Returns the service object for the specified ServiceReference if the specified referenced service is being tracked by this ServiceTracker.
 void ServiceTrackerCustomizer.modifiedService(ServiceReference reference, java.lang.Object service)
          A service tracked by the ServiceTracker has been modified.
 void ServiceTracker.modifiedService(ServiceReference reference, java.lang.Object service)
          Default implementation of the ServiceTrackerCustomizer.modifiedService method.
 void ServiceTracker.remove(ServiceReference reference)
          Remove a service from this ServiceTracker.
 void ServiceTrackerCustomizer.removedService(ServiceReference reference, java.lang.Object service)
          A service tracked by the ServiceTracker has been removed.
 void ServiceTracker.removedService(ServiceReference reference, java.lang.Object service)
          Default implementation of the ServiceTrackerCustomizer.removedService method.
 

Constructors in org.osgi.util.tracker with parameters of type ServiceReference
ServiceTracker(BundleContext context, ServiceReference reference, ServiceTrackerCustomizer customizer)
          Create a ServiceTracker on the specified ServiceReference.
 



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