GridSim 5.0 beta

Uses of Class
gridsim.auction.Message

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

Uses of Message in gridsim.auction
 

Subclasses of Message in gridsim.auction
 class MessageAsk
          This class represents an ask sent by a seller to the auctioneer
 class MessageBid
          This class represents a bid made by a bidder to the auctioneer
 class MessageCallForBids
          This class represents an call for bids sent by the auctioneer
 class MessageInformOutcome
          This class represents an message that informs the outcome of an auction
 class MessageInformStart
          This class represents a message that is sent by the auctioneer to bidders when an auction starts
 class MessageRejectBid
          This class represents a reject of a bid sent by the auctioneer to a bidder
 class MessageRejectCallForBid
          This class represents a reject of call for bids sent by the bidder to the auctioneer
 

Methods in gridsim.auction that return Message
 Message Responder.onReceiveCfb(MessageCallForBids msg)
          This method is invoked by the observer when a Call for Bids is received
 Message Responder.onReceiveInformOutcome(MessageInformOutcome msg)
          This method is invoked by the observer when a message informing the outcome is received
 Message Responder.onReceiveRejectProposal(MessageRejectBid msg)
          This message is invoked when the observer receives a message rejecting a proposal previously sent
 Message Responder.onReceiveStartAuction(MessageInformStart inform)
          This message is invoked when the observer receives a message informing about the start of an auction
 

Methods in gridsim.auction with parameters of type Message
protected  boolean Auction.broadcastMessage(Message msg)
          Brodcasts a message to all bidders engaged in the auction
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009