|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFairness.PublisherSendEvent
public class PublisherSendEvent
PublisherSendEvent implements the event when the publisher sends a packet on each stripe to the roots of each stripe.
Constructor Summary | |
---|---|
PublisherSendEvent(TreeManager manager)
Constructs a new PublisherSendEvent with the TreeManager that is needed to get all of the root nodes for each stripe. |
Method Summary | |
---|---|
void |
perform(Simulation sim,
double time)
Performs the event by sending a packet to each stripe root Node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublisherSendEvent(TreeManager manager)
Method Detail |
---|
public void perform(Simulation sim, double time)
perform
in interface SimulationEvent
sim
- non-null Simulationtime
- simulation time, exactly equal to the result of Simulation.getTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |