net.compute
Class ComputeClientList

java.lang.Object
  extended by net.compute.ComputeClientList

public class ComputeClientList
extends java.lang.Object


Constructor Summary
ComputeClientList()
           
 
Method Summary
 void add(ComputeClient co)
           
 ComputeClient[] getClients()
           
 ComputeClient getNextClient()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeClientList

public ComputeClientList()
Method Detail

add

public void add(ComputeClient co)

getNextClient

public ComputeClient getNextClient()

getClients

public ComputeClient[] getClients()