orca.shirako.common
Class Bids
java.lang.Object
orca.shirako.common.Bids
public class Bids
- extends java.lang.Object
Bid contains the result of running the bidding algorithm for a
service manager or broker. It consists of two collections:
- ticketing: set of new reservations to obtain tickets for
- extending: set of existing reservations that need to be extended
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ticketing
protected ReservationSet ticketing
extending
protected ReservationSet extending
Bids
public Bids(ReservationSet ticketing,
ReservationSet extending)
- Creates a new instance.
- Parameters:
ticketing - set of ticketing reservationsextending - set of extending reservations
getTicketing
public ReservationSet getTicketing()
- Returns the set of reservations for which the policy has decided to
obtain new tickets.
- Returns:
- set of ticketing reservations
getExtending
public ReservationSet getExtending()
- Returns the set of reservations for which the policy has decided to extend the existing tickets.
- Returns:
- set of extending reservations
Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.