Skip to content

0.0.6: Merge pull request #129 from TheRoddyWMS/FixesForJobManagerIssues

Compare
Choose a tag to compare
@vinjana vinjana released this 03 Dec 12:18
4273322

Reworked waitForJobs() in BatchEuphoriaJobManager class:

  • Wait for jobs will work again now.
  • Waiting for jobs will only work, when a daemon was started. It will
    throw an Exception, if you did not start the update daemon first.
  • It is not allowed to start more jobs, after the waitForJobs was
    called.
  • Add the possibility to add an UpdateDaemonListener to a job manager
    instance. Any implementing class which is registered in the job
    manager will get updates, when a job was finished (successful or not).