|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--flowsim.slatr.SLATP_Message | +--flowsim.slatr.SLATP_Bid
Bid message of the SLA Trading Protocol (SLATP).
SLATP_Ask
,
SLATP_Accept
Constructor Summary | |
SLATP_Bid(Service from,
Service to,
SLA sla)
|
Method Summary | |
void |
arrived()
|
SLA |
get_sla()
|
static void |
send(Simulator s,
SLASeller from,
SLABuyer to,
SLA sla)
Send a SLATP_Bid message to a SLAT-peer which can be local or on another node. |
int |
size()
|
Methods inherited from class flowsim.slatr.SLATP_Message |
arrived,
get_from,
get_to |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SLATP_Bid(Service from, Service to, SLA sla)
Method Detail |
public SLA get_sla()
public static void send(Simulator s, SLASeller from, SLABuyer to, SLA sla)
s
- simulator objectfrom
- sellerto
- buyersla
- SLA proposedPacketImpl
public final int size()
public void arrived()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |