public class SchedulerServiceImpl extends Object implements SchedulerService
| Constructor and Description |
|---|
SchedulerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
protected TaskInfo[] |
read(Element element)
This method fetches all the property values and loads them into BO
|
void |
restartAllServices()
This method restarts all the scheduled polling services
|
void |
sets2SUtilService(S2SUtilService s2SUtilService)
Sets the s2SUtilService attribute value.
|
void |
startAllServices()
This method starts all the scheduled polling services
|
void |
stopAllServices()
This method stops all the scheduled polling services
|
public void startAllServices()
SchedulerServicestartAllServices in interface SchedulerServiceSchedulerService.startAllServices()public void stopAllServices()
SchedulerServicestopAllServices in interface SchedulerServiceSchedulerService.stopAllServices()public void restartAllServices()
SchedulerServicerestartAllServices in interface SchedulerServiceSchedulerService.restartAllServices()protected TaskInfo[] read(Element element)
element - TaskInfo arrayprotected void finalize()
throws Throwable
public void sets2SUtilService(S2SUtilService s2SUtilService)
generatorUtilService - The s2SUtilService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.