Uses of Package
org.gridlab.gat.resources

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

Classes in org.gridlab.gat.resources used by org.gridlab.gat
ResourceBroker
          An instance of this class is used to submit Jobs or to reserve Resources.
 

Classes in org.gridlab.gat.resources used by org.gridlab.gat.resources
AbstractJobDescription
          Abstract job description.
CoScheduleJobDescription
          An instance of this class describes an coschedule job to be run.
HardwareResource
          An instance of this interface is an abstract representation of a physical hardware resource which is Monitorable.
HardwareResourceDescription
          An instance of this class is a description of a hardware resource, a physical entity, which a may be required by a hardware or software component.
JavaSoftwareDescription
          An instance of this class is a description of a piece of java software (component) which is to be submitted as a job.
Job
          An instance of this class represents a job.
Job.JobState
          An instance of this enumeration indicates the state of a Job.
JobDescription
          An instance of this class describes a job to be run.
OrderedCoScheduleJobDescription.JobLink
           
Reservation
          An instance implementing this interface represents a reservation for Resources.
Resource
          Resource is a base interface which is realized by any class which wishes to indicate it represents a node or component; currently both a HardwareResource and a SoftwareResource realize this interface.
ResourceDescription
          The ResourceDescription interface forms the base for the SoftwareResourceDescriptions and HardwareResourceDescriptions classes; these are used to specify and find resources which may then be used, for example, to submit a Job to.
SoftwareDescription
          An instance of this class is a description of a piece of software (component) which is to be submitted as a job.
WrapperJobDescription.ScheduledType
          An instance of this enumeration indicates the scheduled type of the WrapperJobDescription.
WrapperJobDescription.WrappedJobInfo
          This object contains all the information necessary to describe a wrapped Job.
WrapperSoftwareDescription
          An instance of this class is a description of a piece of java software (component) which is to be submitted as a wrapper job.