Package org.quartz.jobs
Class NoOpJob
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
TriggerListener
s
and
JobListener
s
, rather than writing Jobs that perform work.- Author:
- James House
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NoOpJob
public NoOpJob()
-
-
Method Details
-
execute
Do nothing.- Specified by:
execute
in interfaceJob
- Throws:
JobExecutionException
- if there is an exception while executing the job.
-