public class SimpleRecoveryJob extends Object implements Job
A dumb implementation of Job, for unit testing purposes.
Constructor and Description |
---|
SimpleRecoveryJob()
Quartz requires a public empty constructor so that the
scheduler can instantiate the class whenever it needs.
|
public SimpleRecoveryJob()
public void execute(JobExecutionContext context) throws JobExecutionException
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.Copyright © 2018. All rights reserved.