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

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

Subinterfaces of Resource in org.gridlab.gat.resources
 interface HardwareResource
          An instance of this interface is an abstract representation of a physical hardware resource which is Monitorable.
 

Classes in org.gridlab.gat.resources that implement Resource
 class SoftwareResource
          An abstract representation of a piece of software.
 

Methods in org.gridlab.gat.resources that return Resource
 Resource JobDescription.getResource()
          Returns the Resource associated with this JobDescription.
 Resource Reservation.getResource()
          This operation returns the Resource corresponding to this Reservation instance.
 

Methods in org.gridlab.gat.resources with parameters of type Resource
 Reservation ResourceBroker.reserveResource(Resource resource, TimePeriod timePeriod)
          This method attempts to reserve the specified Resource for the specified TimePeriod.
 void JobDescription.setResource(Resource resource)
          Set the Resource associated with this JobDescription.
 

Constructors in org.gridlab.gat.resources with parameters of type Resource
JobDescription(SoftwareDescription softwareDescription, Resource resource)
          Create a JobDescription out of a SoftwareDescription and a Resource.
WrapperJobDescription(WrapperSoftwareDescription softwareDescription, Resource resource)
          Creates a WrapperJobDescription based on the given WrapperSoftwareDescription and the Resource.