public class NoOpJob extends java.lang.Object implements Job
An implementation of Job, that does absolutely nothing - useful for system
which only wish to use
and TriggerListener
s
, rather than writing
Jobs that perform work.
JobListener
s
Constructor and Description |
---|
NoOpJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(JobExecutionContext context)
Do nothing.
|
public void execute(JobExecutionContext context) throws JobExecutionException
Do nothing.
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.