Uses of Class
org.gridlab.gat.resources.AbstractJobDescription

Packages that use AbstractJobDescription
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 AbstractJobDescription in org.gridlab.gat.resources
 

Subclasses of AbstractJobDescription in org.gridlab.gat.resources
 class CoScheduleJobDescription
          An instance of this class describes an coschedule job to be run.
 class JobDescription
          An instance of this class describes a job to be run.
 class OrderedCoScheduleJobDescription
           
 class WrapperJobDescription
           
 

Methods in org.gridlab.gat.resources that return AbstractJobDescription
 AbstractJobDescription Job.getJobDescription()
          Returns the AbstractJobDescription that was used to create this Job.
 

Methods in org.gridlab.gat.resources with parameters of type AbstractJobDescription
 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.