dcf.server
Class ClientsUpdater

dcf.server.ClientsUpdater

public class ClientsUpdater

This thread goes over the list of active client once a sec or so and sees which clients are alive.
If the client is alive the updater gets its progress and updates the server GUI. Otherwise the client is removed and the task assigned to it is returned to the Tasks list.

Author:
Tal Salmona

Constructor Summary
ClientsUpdater(Distributer parent)
           
ClientsUpdater(Distributer parent, long interval)
           
 
Method Summary
 dcf.server.HashMap getTimes()
           
 void run()
           
 

Constructor Detail

ClientsUpdater

public ClientsUpdater(Distributer parent)

ClientsUpdater

public ClientsUpdater(Distributer parent,
                      long interval)
Method Detail

run

public void run()

getTimes

public dcf.server.HashMap getTimes()
Returns:
the progress for each client.




Distributed Computation Framework