Uses of Class
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl

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

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

Methods in org.eclipse.osgi.framework.internal.core that return types with arguments of type ServiceRegistrationImpl
 Map<ServiceRegistrationImpl<?>,ServiceUse<?>> BundleContextImpl.getServicesInUseMap()
          Return the map of ServiceRegistrationImpl to ServiceUse for services being used by this context.
 

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

Methods in org.eclipse.osgi.internal.serviceregistry that return ServiceRegistrationImpl
 ServiceRegistrationImpl<S> ServiceReferenceImpl.getRegistration()
          Return the ServiceRegistrationImpl for this ServiceReferenceImpl.
 ServiceRegistrationImpl<?> ServiceRegistry.registerService(BundleContextImpl context, String[] clazzes, Object service, Dictionary<String,?> properties)
          Registers the specified service object with the specified properties under the specified class names into the Framework.
 

Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type ServiceRegistrationImpl
 int ServiceRegistrationImpl.compareTo(ServiceRegistrationImpl<?> other)
          Compares this ServiceRegistrationImpl with the specified ServiceRegistrationImpl for order.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.