Examples of JobManagerTask


Examples of gri.tasks.managers.JobManagerTask

   * 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
Copyright © 2018 www.massapi.com. 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.