Next: Interprocess Communication
Up: Resource Management
Previous: Reserve a Resource Using
  Contents
Another method of reserving resource also exists. Upon finding a resource, as described above, one obtains a
Resource instance. This Resource can be used in place of the ResourceDescription in the reservation process
described above. So, one would pass a ResourceBroker a Resource instance, describing the resource to reserve,
a Time instance, which indicates when the reservation is to start, and a TimePeriod instance, which indicates how
long the reservation is to last. The result is the minting of a brand new Reservation.
Andre Merzky
2004-05-13
|