Uses of Class
cz.cuni.amis.utils.Job

Packages that use Job
cz.cuni.amis.utils   
 

Uses of Job in cz.cuni.amis.utils
 

Methods in cz.cuni.amis.utils that return Job
 Job<RESULT> Job.startJob()
          Starts the job (only iff !isStarted()) in the new thread.
 Job<RESULT> Job.startJob(String threadName)
          Starts the job (only iff !isStarted()) in the new thread (with specific thread name).
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.