|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ourgrid.mygrid.scheduler.jobmanager.JobEntry org.ourgrid.mygrid.ui.test.FakeScheduler.FakeJob
public class FakeScheduler.FakeJob
Field Summary |
---|
Fields inherited from class org.ourgrid.mygrid.scheduler.jobmanager.JobEntry |
---|
tasks |
Constructor Summary | |
---|---|
FakeScheduler.FakeJob(int id)
|
|
FakeScheduler.FakeJob(int id,
JobSpec jobSpec)
|
Method Summary | |
---|---|
void |
addRandomTasks()
|
ExecutionStatus |
getStatus()
Returns the Job state according its Task s'
states. |
Methods inherited from class org.ourgrid.mygrid.scheduler.jobmanager.JobEntry |
---|
createTaskEntry, createTasks, getAvailableTasks, getId, getJobSpec, getLabel, getNewReplica, getRequirements, getTaskById, getTasks, replicaAborted, replicaCancelled, replicaFailed, replicaFinished, setCancelled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FakeScheduler.FakeJob(int id) throws TaskSpecificationException
TaskSpecificationException
public FakeScheduler.FakeJob(int id, JobSpec jobSpec) throws TaskSpecificationException
TaskSpecificationException
Method Detail |
---|
public void addRandomTasks() throws TaskSpecificationException
TaskSpecificationException
public ExecutionStatus getStatus()
JobEntry
Job
state according its Task
s'
states.
getStatus
in class JobEntry
Job
state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |