|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectMessage
MessageRejectCallForBid
public class MessageRejectCallForBid
This class represents a reject of call for bids sent by the bidder to the auctioneer
AuctionTags| Field Summary |
|---|
| Fields inherited from class Message |
|---|
TO_ALL_BIDDERS |
| Constructor Summary | |
|---|---|
MessageRejectCallForBid(int auctionID,
int protocol,
int cfpID,
int bidder,
int round)
Constructor |
|
| Method Summary | |
|---|---|
int |
getBidder()
Returns the bidder's ID |
int |
getCfpID()
Returns the CFP's ID |
int |
getRound()
Returns the round |
boolean |
setBidder(int bidder)
Sets the bidder's ID or source of the message |
String |
toString()
Converts message to String |
| Methods inherited from class 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 MessageRejectCallForBid(int auctionID,
int protocol,
int cfpID,
int bidder,
int round)
auctionID - the auction this message refers toprotocol - the auction protocol in usecfpID - the CFP this message is a response tobidder - the bidder or source that is sending the messageround - the round it refers to| Method Detail |
|---|
public int getCfpID()
public int getRound()
public boolean setBidder(int bidder)
bidder - the bidder's ID
public int getBidder()
public String toString()
toString in class Message
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||