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

1. Use the ComputeClient to create a Reloader that gives you bytes codes. 2. Get the RemoteClassLoader and send it to the compute server. 3. The compute server define and computes the class using the remote class loader. 4. It then returns the answer to the compute client.


Constructor Summary
ComputeClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 void setComputableObject(ComputableObject co)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeClient

public ComputeClient()
Method Detail

setComputableObject

public void setComputableObject(ComputableObject co)

main

public static void main(java.lang.String[] args)

run

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