|
|||||||||
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_Accept
Accept message of the SLA Trading Protocol (SLATP).
SLATP_Bid
,
SLATP_Confirm
Method Summary | |
void |
arrived()
|
Node |
get_sla_dest()
|
int |
get_sla_ds()
|
static void |
send(Simulator s,
SLABuyer from,
SLASeller to,
Node sla_dest,
int sla_ds)
Send a SLATP_Accept 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 |
Method Detail |
public int get_sla_ds()
public Node get_sla_dest()
public static void send(Simulator s, SLABuyer from, SLASeller to, Node sla_dest, int sla_ds)
s
- simulator objectfrom
- buyerto
- sellersla_dest
- dest node of the SLA in question.sla_ds
- ds of the SLA in question.PacketImpl
public int size()
public void arrived()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |