net.compute
Class ComputableObjectList
java.lang.Object
net.compute.ComputableObjectList
public class ComputableObjectList
- extends java.lang.Object
This is a list of jobs that can be managed by the schedular.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComputableObjectList
public ComputableObjectList()
add
public void add(ComputableObject co)
hasMoreJobs
public boolean hasMoreJobs()
pop
public ComputableObject pop()
getJobs
public ComputableObject[] getJobs()
getSampleJobs
public static ComputableObjectList getSampleJobs()