This example shows you how to integrate the Quartz job scheduling framework into a Click application. The ExampleJob below was added to Quartz by the Click Examples DatabaseInitListener.

#set ($flash = "") #set ($flash = $session.flash) #if ($flash != "")

$flash

#end $table ## Render the control buttons
$refresh #if ($pauseAllJobs) $pauseAllJobs #end #if ($resumeAllJobs) $resumeAllJobs #end #if ($newJob) $newJob #end