Uses of Interface
org.gridbus.broker.farming.common.JobWrapper

Packages that use JobWrapper
org.gridbus.broker.farming.alchemi   
org.gridbus.broker.farming.common   
org.gridbus.broker.farming.condor   
org.gridbus.broker.farming.fork   
org.gridbus.broker.farming.globus   
org.gridbus.broker.farming.pbs   
org.gridbus.broker.farming.unicore   
 

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

Classes in org.gridbus.broker.farming.alchemi that implement JobWrapper
 class AlchemiJobWrapper
          This is the job wrapper class for an Alchemi job.
 

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

Methods in org.gridbus.broker.farming.common that return JobWrapper
static JobWrapper JobWrapperFactory.getJobWrapper(Job j)
          Returns a job wrapper for the job based on the type of the server middelware
 JobWrapper Job.getJobWrapper()
          Returns the Job Wrapper for this job.
 

Methods in org.gridbus.broker.farming.common with parameters of type JobWrapper
 void Job.setJobWrapper(JobWrapper wrapper)
          Sets the job wrapper for this job, to take care of submission, etc..
 

Uses of JobWrapper in org.gridbus.broker.farming.condor
 

Classes in org.gridbus.broker.farming.condor that implement JobWrapper
 class CondorJobWrapper
          This class interacts with the local host.
 

Uses of JobWrapper in org.gridbus.broker.farming.fork
 

Classes in org.gridbus.broker.farming.fork that implement JobWrapper
 class ForkJobWrapper
          This class interacts with the local host.
 

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

Classes in org.gridbus.broker.farming.globus that implement JobWrapper
 class GlobusJobWrapper
          This class interacts with the Globus2.4.2 ComputeResourceList at the remote host.
 

Uses of JobWrapper in org.gridbus.broker.farming.pbs
 

Classes in org.gridbus.broker.farming.pbs that implement JobWrapper
 class PBSJobWrapper
          This class interacts with the local host.
 

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

Classes in org.gridbus.broker.farming.unicore that implement JobWrapper
 class UnicoreJobWrapper
          This class interacts with UNICORE Gateway and NJS at the remote host.