Uses of Interface
org.osgi.framework.ServiceFactory
-
Packages that use ServiceFactory Package Description org.apache.felix.framework org.osgi.framework Framework Package Version 1.8. -
-
Uses of ServiceFactory in org.apache.felix.framework
Fields in org.apache.felix.framework declared as ServiceFactory Modifier and Type Field Description private ServiceFactory
ServiceRegistrationImpl. m_factory
Methods in org.apache.felix.framework with parameters of type ServiceFactory Modifier and Type Method Description <S> ServiceRegistration<S>
BundleContextImpl. registerService(java.lang.Class<S> clazz, ServiceFactory<S> factory, java.util.Dictionary<java.lang.String,?> properties)
-
Uses of ServiceFactory in org.osgi.framework
Subinterfaces of ServiceFactory in org.osgi.framework Modifier and Type Interface Description interface
PrototypeServiceFactory<S>
A factory forprototype scope
services.Methods in org.osgi.framework with parameters of type ServiceFactory Modifier and Type Method Description <S> ServiceRegistration<S>
BundleContext. registerService(java.lang.Class<S> clazz, ServiceFactory<S> factory, java.util.Dictionary<java.lang.String,?> properties)
Registers the specified service factory object with the specified properties under the name of the specified class with the Framework.
-