Uses of Class
org.gridlab.gat.TimePeriod

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

Methods in org.gridlab.gat.resources with parameters of type TimePeriod
 Reservation ResourceBroker.reserveResource(ResourceDescription resourceDescription, TimePeriod timePeriod)
          This method attempts to reserve the specified Resource for the specified TimePeriod.
 Reservation ResourceBroker.reserveResource(Resource resource, TimePeriod timePeriod)
          This method attempts to reserve the specified Resource for the specified TimePeriod.