org.aspsimon.termcomp.remote
Class TestJobExecutor

java.lang.Object
  extended by org.aspsimon.termcomp.remote.CompetitionJobExecutor
      extended by org.aspsimon.termcomp.remote.TestJobExecutor
All Implemented Interfaces:
java.rmi.Remote, CompetitionJob, org.quartz.Job

public class TestJobExecutor
extends CompetitionJobExecutor


Constructor Summary
TestJobExecutor()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class org.aspsimon.termcomp.remote.CompetitionJobExecutor
getTerminationProblems, getToolImplementations, setTerminationProblems, setToolImplementations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJobExecutor

public TestJobExecutor()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Overrides:
execute in class CompetitionJobExecutor
Throws:
org.quartz.JobExecutionException