GridSim 5.0 beta

Uses of Class
gridsim.auction.MessageAsk

Packages that use MessageAsk
gridsim.auction Classes that form the framework of auction model in GridSim. 
 

Uses of MessageAsk in gridsim.auction
 

Methods in gridsim.auction with parameters of type MessageAsk
protected  void DoubleAuction.match(MessageAsk ask, MessageBid bid, double price)
          Invoked by the subclasses when a match of an ask and a bid is found.
 void ContinuousDoubleAuction.onReceiveAsk(MessageAsk ask)
          Called when a ask is sent by a provider.
abstract  void DoubleAuction.onReceiveAsk(MessageAsk ask)
          Called when a ask is sent by a provider.
protected abstract  void Auctioneer.onResponseToAsk(MessageAsk ask, MessageBid bid, double price)
          This method is called when a match for an ask was found by a double auction.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009