Constructor and Description |
---|
SimpleJob()
Quartz requires a public empty constructor so that the
scheduler can instantiate the class whenever it needs.
|
public SimpleJob()
public void execute(JobExecutionContext context) throws JobExecutionException
execute
in interface Job
JobExecutionException
- if there is an exception while executing the job.Copyright © 2013. All Rights Reserved.