Knopflerfish OSGi 2.4.0

org.knopflerfish.service.demo1
Interface DemoFactory1


public interface DemoFactory1

Another very simple demo service API. The intentions of this interface class is to show that different bundles will get different instances of a service, by the means of a ServiceFactory.


Method Summary
 void hello()
           
 

Method Detail

hello

public void hello()

Knopflerfish OSGi 2.4.0