Uses of Interface
org.osgi.framework.ServiceFactory
Packages that use ServiceFactory
-
Uses of ServiceFactory in org.osgi.framework
Subinterfaces of ServiceFactory in org.osgi.frameworkMethods in org.osgi.framework with parameters of type ServiceFactoryModifier and TypeMethodDescription<S> ServiceRegistration
<S> BundleContext.registerService
(Class<S> clazz, ServiceFactory<S> factory, Dictionary<String, ?> properties) Registers the specified service factory object with the specified properties under the name of the specified class with the Framework.