Package com.sun.grid.jam.job

Examples of com.sun.grid.jam.job.JobAction


  public void updateInfo()
  {
    JobControlEntry jce = jobService.getJobControlEntry();
    if(jce != null) {
      JobStatus st = jce.jobStatus;
      JobAction ac = jce.jobAction;
      displayJobControlEntry(st, ac);
      setMonitorState(st, ac);
    }
    displayJobParams(jobService.getJobParams());
  }
View Full Code Here

TOP

Related Classes of com.sun.grid.jam.job.JobAction

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.