import java.rmi.*; public interface Arvutaja extends Remote{ public int liida(int a, int b) throws RemoteException; }