|
GridSim v4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectgridsim.auction.Message
gridsim.auction.MessageInformStart
This class represents a message that is sent by the auctioneer to bidders when an auction starts
AuctionTags
Field Summary |
Fields inherited from class gridsim.auction.Message |
TO_ALL_BIDDERS |
Constructor Summary | |
MessageInformStart(int auctionID,
int protocol)
Constructor |
Method Summary | |
int |
getAuctioneer()
Returns the auctioneer or source of this message |
boolean |
setAuctioneer(int auctioneer)
Sets the auctioneer or source of this message |
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 MessageInformStart(int auctionID, int protocol)
auctionID
- The auction this message belongs toprotocol
- the auction protocol in useMethod Detail |
public boolean setAuctioneer(int auctioneer)
auctioneer
- the auctioeer's ID
public int getAuctioneer()
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 |