Uses of Class
org.ourgrid.common.spec.exception.TaskSpecificationException

Packages that use TaskSpecificationException
org.ourgrid.common.spec   
org.ourgrid.mygrid.replicaexecutor.test   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.test   
 

Uses of TaskSpecificationException in org.ourgrid.common.spec
 

Constructors in org.ourgrid.common.spec that throw TaskSpecificationException
TaskSpec(IOBlock initBlock, java.lang.String remoteExec, IOBlock finalBlock)
          The constructor.
 

Uses of TaskSpecificationException in org.ourgrid.mygrid.replicaexecutor.test
 

Constructors in org.ourgrid.mygrid.replicaexecutor.test that throw TaskSpecificationException
FakeTaskSpec()
           
 

Uses of TaskSpecificationException in org.ourgrid.mygrid.scheduler.jobmanager
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager that throw TaskSpecificationException
 void EBJobManagerTest.testAddJobAndClonedJobList()
           
 void EBJobManagerTest.testAddJobAndJobList()
           
 void EBJobManagerTest.testAddJobInterestedWithRunningTasks()
           
 void EBJobManagerTest.testIfJobsAreBeingCloned()
           
 void EBJobManagerTest.testReplicaAborted()
           
 void EBJobManagerTest.testReplicaCanceled()
           
 void EBJobManagerTest.testReplicaFailed()
           
 void EBJobManagerTest.testReplicaFailedWithExceptions()
           
 void EBJobManagerTest.testReplicaFinished()
           
 

Uses of TaskSpecificationException in org.ourgrid.mygrid.scheduler.test
 

Methods in org.ourgrid.mygrid.scheduler.test that throw TaskSpecificationException
static void TaskTest.main(java.lang.String[] args)
           
 void EBSchedulerFacadeTest.testAdd3Jobs()
           
 void SchedulerImplTest.testAddJob()
           
 void EBSchedulerFacadeTest.testAddJob()
           
 void EBJobManagerTest.testAddJobAndClonedJobList()
           
 void EBJobManagerTest.testAddJobAndJobList()
           
 void EBJobManagerTest.testAddJobInterestedWithRunningTasks()
           
 void EBSchedulerFacadeTest.testCancelJob()
           
 void JobTest.testGetAvailableTasks()
           
 void WorkqueueTest.testGetNumberOfGuMsNeeded()
           
 void WorkqueueStressTest.testGetNumberOfGuMsNeeded()
           
 void TaskTest.testGetState()
          Tests if, according to the Replicas states, a task is in the correct state.
 void JobTest.testGetState()
          Tests if, according to the Tasks states, a Job is in the correct state.
 void EBJobManagerTest.testIfJobsAreBeingCloned()
           
 void WorkqueueStressTest.testOtherScheduleThreeJobsWithReplicationIntercalated()
          This test verifies if the heuristic scheduled the replicas in the correct order.
 void TaskTest.testReplicaAborted()
           
 void EBJobManagerTest.testReplicaAborted()
           
 void TaskTest.testReplicaCanceled()
           
 void EBSchedulerFacadeTest.testReplicaCanceled()
           
 void EBJobManagerTest.testReplicaCanceled()
           
 void TaskTest.testReplicaFailed()
           
 void EBJobManagerTest.testReplicaFailed()
           
 void EBJobManagerTest.testReplicaFailedWithExceptions()
           
 void TaskTest.testReplicaFinished()
           
 void EBSchedulerFacadeTest.testReplicaFinished()
           
 void EBJobManagerTest.testReplicaFinished()
           
 void WorkqueueStressTest.testScheduleOneJob()
           
 void WorkqueueStressTest.testScheduleOneJobWithReplication()
           
 void WorkqueueStressTest.testScheduleThreeJobs()
           
 void WorkqueueStressTest.testScheduleThreeJobsWithReplication()
           
 void WorkqueueStressTest.testScheduleThreeJobsWithReplicationIntercalated()
          This test verifies if the heuristic scheduled the replicas in the correct order.
 void SchedulerImplTest.testWaitForJobWithCancelJob()
           
 void EBSchedulerFacadeTest.testWaitForJobWithCancelJob()
          This test adds one job and requests for wait on this job.
 void SchedulerImplTest.testWaitForJobWithRunningTasks()
           
 void EBSchedulerFacadeTest.testWaitForJobWithRunningTasks()
           
 

Uses of TaskSpecificationException in org.ourgrid.mygrid.ui.gui
 

Methods in org.ourgrid.mygrid.ui.gui that throw TaskSpecificationException
 void JobsTreeModelTest.testNumberOfJobs()
           
 void JobsTreeModelTest.testNumberOfReplicas()
           
 void JobsTreeModelTest.testNumberOfTasks()
           
 

Uses of TaskSpecificationException in org.ourgrid.mygrid.ui.test
 

Methods in org.ourgrid.mygrid.ui.test that throw TaskSpecificationException
 void FakeScheduler.FakeTask.addRandomReplicas()
           
 void FakeScheduler.FakeJob.addRandomTasks()
           
 

Constructors in org.ourgrid.mygrid.ui.test that throw TaskSpecificationException
FakeScheduler.FakeJob(int id)
           
FakeScheduler.FakeJob(int id, JobSpec jobSpec)
           
FakeScheduler.FakeReplica(int id, int taskId, int jobId)
           
FakeScheduler.FakeTask(int id, int jobId)