net.compute
Class ComputeClient

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

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


Constructor Summary
ComputeClient(java.net.InetAddress ia)
           
ComputeClient(java.lang.String lookupServer)
           
 
Method Summary
 boolean isBusy()
           
 void run()
           
 void setBusy(boolean b)
           
 void setComputableObject(ComputableObject co)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComputeClient

public ComputeClient(java.lang.String lookupServer)

ComputeClient

public ComputeClient(java.net.InetAddress ia)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setComputableObject

public void setComputableObject(ComputableObject co)

run

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

isBusy

public boolean isBusy()

setBusy

public void setBusy(boolean b)