|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectgridsim.auction.Message
gridsim.auction.MessageRejectBid
This class represents a reject of a bid sent by the auctioneer to a bidder
AuctionTags| Field Summary |
| Fields inherited from class gridsim.auction.Message |
TO_ALL_BIDDERS |
| Constructor Summary | |
MessageRejectBid(int cfpID,
int bidID,
int auctionID,
int protocol,
int round)
Constructor |
|
| Method Summary | |
int |
getBidID()
Returns the bid's ID |
int |
getCfpID()
Returns the CFP's ID |
int |
getRound()
Returns the round |
String |
toString()
Converts message to String |
| Methods inherited from class gridsim.auction.Message |
getAttribute, getAttributes, getAuctionID, getDestinationID, getMessageID, getProtocol, getScheduleTime, getSourceID, scheduleToBeSent, setAttribute, setAttributes, setAuctionID, setDestinationID, setMessageID, setProtocol, setSourceID |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MessageRejectBid(int cfpID,
int bidID,
int auctionID,
int protocol,
int round)
cfpID - the call for proposal to which the bid refersbidID - the bid IDauctionID - the auction this message belongs toprotocol - the auction protocol in useround - the round this message refers to| Method Detail |
public int getBidID()
public int getCfpID()
public int getRound()
public String toString()
toString in class Message
|
GridSim v4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||