接口的使用
org.osgi.framework.ServiceFactory
-
使用ServiceFactory的程序包 程序包 说明 org.osgi.framework Framework Package Version 1.8. -
-
org.osgi.framework中ServiceFactory的使用
org.osgi.framework中ServiceFactory的子接口 修饰符和类型 接口 说明 interfacePrototypeServiceFactory<S>A factory forprototype scopeservices.参数类型为ServiceFactory的org.osgi.framework中的方法 修饰符和类型 方法 说明 <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.
-