@Controller public class SchedulerController extends Object
| Constructor and Description |
|---|
SchedulerController(org.quartz.Scheduler platformScheduler)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.quartz.Scheduler |
getPlatformScheduler()
Get the platform scheduler
|
String |
resumeScheduler()
Handle the request to resume the scheduler
|
String |
stopScheduler()
Handle the request to put the scheduler on standby
|
org.springframework.web.servlet.ModelAndView |
viewScheduler()
Handle the request
Warning is suppressed because ModelMap does not support Generics
|
@Autowired public SchedulerController(org.quartz.Scheduler platformScheduler)
platformScheduler - - THe platform scheduler@ModelAttribute(value="platformScheduler") public org.quartz.Scheduler getPlatformScheduler()
@RequestMapping(value="/admin/viewScheduler.htm",
method=GET)
public org.springframework.web.servlet.ModelAndView viewScheduler()
throws Exception
Exception - - Catch all@RequestMapping(value="/admin/schedulerStandby.htm",
method=POST)
public String stopScheduler()
throws Exception
Exception - - Catch allCopyright © 2007-2017 Ikasan. All Rights Reserved.