http://knopflerfish.org/releases/current/docs/javadoc/org/osgi/framework/ServiceFactory.html 먼저 간단하게 설명을 보면 아래와 같다. Allows services to provide customized service objects in the OSGi environment. When registering a service, a ServiceFactory object can be used instead of a service object, so that the bundle developer can gain control of the specific service ..