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

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

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

Fields in org.eclipse.osgi.framework.internal.core declared as ServiceRegistrationImpl
protected  ServiceRegistrationImpl ServiceReferenceImpl.registration
          Registered Service object.
protected  ServiceRegistrationImpl ServiceUse.registration
          ServiceDescription of the registered service
 

Methods in org.eclipse.osgi.framework.internal.core that return ServiceRegistrationImpl
protected  ServiceRegistrationImpl BundleContextImpl.createServiceRegistration(java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary properties)
          Create a new ServiceRegistration object.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type ServiceRegistrationImpl
ServiceReferenceImpl(ServiceRegistrationImpl registration)
          Construct a reference.
ServiceUse(BundleContextImpl context, ServiceRegistrationImpl registration)
          Constructs a service use encapsulating the service object.