net.compute
Class ComputableObjectList

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

public class ComputableObjectList
extends java.lang.Object

This is a list of jobs that can be managed by the schedular.


Constructor Summary
ComputableObjectList()
           
 
Method Summary
 void add(ComputableObject co)
           
 ComputableObject[] getJobs()
           
static ComputableObjectList getSampleJobs()
           
 boolean hasMoreJobs()
           
 ComputableObject pop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputableObjectList

public ComputableObjectList()
Method Detail

add

public void add(ComputableObject co)

hasMoreJobs

public boolean hasMoreJobs()

pop

public ComputableObject pop()

getJobs

public ComputableObject[] getJobs()

getSampleJobs

public static ComputableObjectList getSampleJobs()