|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.compute.ComputeClient
public class ComputeClient
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 |
---|
public ComputeClient()
Method Detail |
---|
public void setComputableObject(ComputableObject co)
public static void main(java.lang.String[] args)
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |