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 ServiceFactoryServiceRegistrationImpl. m_factoryMethods 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 interfacePrototypeServiceFactory<S>A factory forprototype scopeservices.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.
-