Save This Page
Home » quartz-1.6.0 » org » quartz » jobs » [javadoc | source]
org.quartz.jobs
public class: NoOpJob [javadoc | source]
java.lang.Object
   org.quartz.jobs.NoOpJob

All Implemented Interfaces:
    Job

An implementation of Job, that does absolutely nothing - useful for system which only wish to use org.quartz.TriggerListener s and org.quartz.JobListener s, rather than writing Jobs that perform work.

Constructor:
 public NoOpJob() 
Method from org.quartz.jobs.NoOpJob Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.jobs.NoOpJob Detail:
 public  void execute(JobExecutionContext context) throws JobExecutionException 

    Do nothing.