|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.controller.SchedulerController
@Controller public class SchedulerController
Controller class for the scheduler view
| Constructor Summary | |
|---|---|
SchedulerController(org.quartz.Scheduler platformScheduler)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulerController(org.quartz.Scheduler platformScheduler)
platformScheduler - - THe platform scheduler| Method Detail |
|---|
@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 all
@RequestMapping(value="/admin/schedulerResume.htm",
method=POST)
public String resumeScheduler()
throws Exception
Exception - - Catch all
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||