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

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

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

Fields in org.eclipse.osgi.framework.internal.core declared as ServiceReferenceImpl
protected  ServiceReferenceImpl ServiceRegistrationImpl.reference
          Reference to this registration.
 

Methods in org.eclipse.osgi.framework.internal.core that return ServiceReferenceImpl
protected  ServiceReferenceImpl[] BundleContextImpl.getServicesInUse()
          Provides a list of ServiceReferenceImpls 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 ServiceReferenceImpl
protected  boolean FilterImpl.match(ServiceReferenceImpl reference)
          Filter using a service's properties.