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
|
Method Summary |
dcf.server.HashMap |
getTimes()
|
void |
run()
|
ClientsUpdater
public ClientsUpdater(Distributer parent)
ClientsUpdater
public ClientsUpdater(Distributer parent,
long interval)
run
public void run()
getTimes
public dcf.server.HashMap getTimes()
- Returns:
- the progress for each client.
Distributed Computation Framework