Knopflerfish OSGi 2.4.0

org.knopflerfish.service.demo1
Interface Demo1


public interface Demo1

Very simple demo service.


Method Summary
 int add(int a, int b)
          Add two integers and return the result.
 

Method Detail

add

public int add(int a,
               int b)
Add two integers and return the result.


Knopflerfish OSGi 2.4.0