|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Responder
This interface must be implemented by the class responsible for defining the other side of an auction (ie. not the auctioneer's side)
AuctionTags,
Message| Method Summary | |
|---|---|
Message |
onReceiveCfb(MessageCallForBids msg)
This method is invoked by the observer when a Call for Bids is received |
Message |
onReceiveInformOutcome(MessageInformOutcome msg)
This method is invoked by the observer when a message informing the outcome is received |
Message |
onReceiveRejectProposal(MessageRejectBid msg)
This message is invoked when the observer receives a message rejecting a proposal previously sent |
Message |
onReceiveStartAuction(MessageInformStart inform)
This message is invoked when the observer receives a message informing about the start of an auction |
| Method Detail |
|---|
Message onReceiveCfb(MessageCallForBids msg)
msg - the Call for Bids
Message onReceiveInformOutcome(MessageInformOutcome msg)
msg - the message informing the outcome
Message onReceiveRejectProposal(MessageRejectBid msg)
msg - the reject message
Message onReceiveStartAuction(MessageInformStart inform)
inform - the message informing the start of the auction
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||