net.compute
Class Schedular

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

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

The role of the schedular is to wake up, peridically and scan the compute cilent list for a free (i.e., not busy) client. Then to allocate jobs, if available, to clients, if available. Clients hook to compute servers.


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

Constructor Detail

Schedular

public Schedular()
Method Detail

run

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

main

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