Uses of Class
be.ac.ua.broker.input.pricing.Price

Packages that use Price
be.ac.ua.broker.input.pricing   
be.ac.ua.broker.input.tasks   
be.ac.ua.broker.scheduling.workload   
 

Uses of Price in be.ac.ua.broker.input.pricing
 

Subclasses of Price in be.ac.ua.broker.input.pricing
 class OnDemandPrice
          This class represents a reserved price in the broker.
 class ReservedPrice
          This class represents a reserved price in the broker.
 class SpotPrice
          This class represents a spot price in the broker.
 

Methods in be.ac.ua.broker.input.pricing that return Price
 Price PriceWatch.getPrice(InstanceSpecification inst)
          Getter for the price of the given instance using the pricing model associated with the PriceWatch implementation
 Price EC2SpotPriceWatch.getPrice(InstanceSpecification inst)
           
 Price PriceWatch.getPrice(InstanceSpecification inst, java.util.Date timestamp)
          Getter for the price of the given instance at a certain moment in time using the pricing model associated with the PriceWatch implementation
 Price EC2ReservedPriceWatch.getPrice(InstanceSpecification inst, java.util.Date timestamp)
           
 Price EC2OnDemandPriceWatch.getPrice(InstanceSpecification inst, java.util.Date timestamp)
           
 

Uses of Price in be.ac.ua.broker.input.tasks
 

Methods in be.ac.ua.broker.input.tasks that return Price
 Price SubTask.getPrice()
           
 

Methods in be.ac.ua.broker.input.tasks with parameters of type Price
 void SubTask.setPrice(Price price)
          Setter for the price associated with the subTask
 

Uses of Price in be.ac.ua.broker.scheduling.workload
 

Methods in be.ac.ua.broker.scheduling.workload with parameters of type Price
 void ScheduledTaskCollection.setPricesSubTasks(Price price)
          Setter for the price of all the subTasks of the scheduledTaskCollection, this can be used for the on-demand and reserved pricing models since all subtasks hold the same price in that case.