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
 java.util.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, java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary<java.lang.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-2012 FuseSource, Corp.. All Rights Reserved.