net.compute
Class ComputeServerList

java.lang.Object
  extended by net.compute.ComputeServerList
All Implemented Interfaces:
java.lang.Runnable

public class ComputeServerList
extends java.lang.Object
implements java.lang.Runnable

The role of the ComputeServerList is to run as a thread, listen for new multi-cast connections from compute servers. Add the new compute servers to the compute server list and add the new computeClients to the ComputeClient list.


Constructor Summary
ComputeServerList(ComputeClientList ccl)
           
 
Method Summary
 void add(java.net.InetAddress ina)
           
 java.net.InetAddress[] getAddresses()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeServerList

public ComputeServerList(ComputeClientList ccl)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

add

public void add(java.net.InetAddress ina)

getAddresses

public java.net.InetAddress[] getAddresses()