Uses of Class
org.gridbus.broker.farming.common.Job

Packages that use Job
org.gridbus.broker.farming.alchemi   
org.gridbus.broker.farming.common   
org.gridbus.broker.farming.dummy   
org.gridbus.broker.farming.globus   
org.gridbus.broker.farming.unicore   
 

Uses of Job in org.gridbus.broker.farming.alchemi
 

Methods in org.gridbus.broker.farming.alchemi with parameters of type Job
 void AlchemiComputeServer.submitJob(Job j)
          Submits a job for execution on this server.
 void AlchemiJob.AlchemijobSubmit(java.lang.String Taskid, java.lang.String jobxml, Job jbw)
          Submits the job to the Alchemi manager
 void AlchemiJobWrapper.execute(Job job)
           
 void AlchemiXmlParser.Xmltodata(java.lang.String outxml, Job jbw)
           
 

Constructors in org.gridbus.broker.farming.alchemi with parameters of type Job
AlchemiJobMonitor(Job j)
          Constructor for this class
AlchemiJobrun(Job j, java.lang.String Jobxml, java.lang.String serverstring)
          Constructor for this class
AlchemiTask(Job j)
          Constructor for this class
 

Uses of Job in org.gridbus.broker.farming.common
 

Methods in org.gridbus.broker.farming.common that return Job
 Job JobQueue.getJob()
          Gets the job at the head of the job queue and removes it from the job queue Throws an exception if queue empty
 

Methods in org.gridbus.broker.farming.common with parameters of type Job
 void ComputeServer.submitJob(Job j)
          Submits a job for execution on this server.
 void FarmingEngine.addJob(Job j)
          Add a job to the Collection
 void JobQueue.addJob(Job j)
          Adds a job to the queue and notifies any listener that is registered with this queue
 void JobWrapper.execute(Job j)
          This method actually starts the job process to the middleware.
 

Uses of Job in org.gridbus.broker.farming.dummy
 

Methods in org.gridbus.broker.farming.dummy with parameters of type Job
 void DummyJobWrapper.execute(Job j)
           
 

Uses of Job in org.gridbus.broker.farming.globus
 

Methods in org.gridbus.broker.farming.globus with parameters of type Job
 void GlobusComputeServer.submitJob(Job j)
          Submits the job to the job manager
 void GlobusJobWrapper.execute(Job job)
           
 void RemoteJobManager.submit(Job j)
          Submit the job to the Globus jobmanager on the remote system.
 

Constructors in org.gridbus.broker.farming.globus with parameters of type Job
GlobusJobError(Job j)
          Constructor for this class.
GlobusJobMonitor(Job job)
           
GlobusJobOutput(Job j)
           
 

Uses of Job in org.gridbus.broker.farming.unicore
 

Methods in org.gridbus.broker.farming.unicore with parameters of type Job
 void RemoteJobManager.submit(Job j)
          Submit the job to the Unicore jobmanager on the remote system.
 void UnicoreComputeServer.submitJob(Job j)
          Submits the job to the job manager
 

Constructors in org.gridbus.broker.farming.unicore with parameters of type Job
UnicoreJobMonitor(Job job, org.unicore.ajo.AbstractJob ajo, com.fujitsu.arcon.servlet.VsiteTh vsite)
          Constructor for this class
UnicoreJobOutput(Job job, com.fujitsu.arcon.servlet.OutcomeTh outcome)