Package gri.tasks.managers

Examples of gri.tasks.managers.JobManagerTask$ConstantPause


   * synchronously.  NOTE: This is not the most efficient way
   * to run the task since job manager tasks are intended to be
   * run asynchronously.
   */
  public JobManagerTask createTask() {
    return new JobManagerTask(jobManager, taskId);
  }
View Full Code Here

TOP

Related Classes of gri.tasks.managers.JobManagerTask$ConstantPause

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.