Uses of Interface
org.gridlab.gat.resources.Job

Packages that use Job
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of Job in org.gridlab.gat.resources
 

Subinterfaces of Job in org.gridlab.gat.resources
 interface CoScheduleJob
          An instance of this class represents a coschedule job.
 interface WrapperJob
          An instance of this class represents a wrapper job.
 

Methods in org.gridlab.gat.resources that return Job
 Job Job.cloneJob(HardwareResource resource)
          Deprecated. Deprecated, this method doesn't fit in the API anymore
 Job CoScheduleJob.getJob(JobDescription description)
          Returns a Job corresponding to the JobDescription.
 Job WrapperJob.getJob(JobDescription description)
          Returns a Job corresponding to the JobDescription.
 Job ResourceBroker.submitJob(AbstractJobDescription description)
          This operation takes a JobDescription, and submits the specified job to some underlying resource management or allocation system.
 Job ResourceBroker.submitJob(AbstractJobDescription description, MetricListener listener, String metricDefinitionName)
          This operation takes a JobDescription, and submits the specified job to some underlying resource management or allocation system.