public class NoOpJob extends 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() |
public void execute(JobExecutionContext context) throws JobExecutionException
Do nothing.
execute in interface JobJobExecutionException - if there is an exception while executing the job.Copyright © 2011–2017 Knowm Inc.. All rights reserved.