public interface Engine extends Remote { void execute(Task t) throws RemoteException; }