1. 04 Dec, 2017 1 commit
  2. 14 Dec, 2014 1 commit
    • bruse's avatar
      Introduced asynchronous jobs: · deecc2a6
      bruse authored
      - Export jobs will be sent asynchronously in separate threads.
      - Export job results (CityGML files) will be download asynchronously in separate threads.
      - Job status' will be polled asynchronously and frequently. The main application can register job status listeners at the jobs in order to be notified upon job status changes of asynchronously running jobs.
      - Note: The connector implementation safe to use, but still blocking, which is no problem. Meaning, you have to use AsyncExportJob and AsyncImportJob in order to take advantage of the new asynchronous operations.
      deecc2a6
  3. 17 Nov, 2014 1 commit