net.compute
Class ComputeServerList
java.lang.Object
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.
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 |
ComputeServerList
public ComputeServerList(ComputeClientList ccl)
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()