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