Uses of Class
org.glite.wmsui.apij.Result

Uses of Result in org.glite.wmsui.apij
 

Methods in org.glite.wmsui.apij that return Result
 Result JobCollection.notify(int[] states, int timeout)
          Retrieves the status of the first Jobs of the collection once it enters one of the specified status code
 Result Job.getStatus()
          The same as getStatus( true)
 Result Job.getStatus(boolean ad)
          Retrieve the status of the job
 Result Job.notify(int[] states, int timeout)
          Retrieves the status of the Job once it enters the specified status code (s)
 Result Job.getLogInfo()
          Retrieve the bookkeeping information of the job ( syncronous version )
 Result Job.submit(Url ns, Url lb, java.lang.String ceId)
          Submit the job to the Network Server This method is equal to submit (ns, lb, ceId, null, null)
 Result Job.submit(Url ns, Url lb, java.lang.String ceId, Listener ls, org.glite.jdl.JobState state)
          Submit the job to theNetworkServer.
 Result Job.listMatchingCE(Url nsAddr)
          Look for matching Computing Element available resources ( syncronous version )
 Result Job.cancel()
          Cancel the job from the resource broker ( syncronous version )
 Result Job.getOutput(java.lang.String dirPath)
          Retrieve output files of a submitted job ( syncronous version )
 

Methods in org.glite.wmsui.apij with parameters of type Result
protected  void JobCollection.appendJob(int number, Result result)
          Update the Job Result info into the Collection inner result vector.