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 TriggerListeners, rather than writing
Jobs that perform work.
JobListeners
| 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 JobJobExecutionException - if there is an exception while executing the job.