Uses of Class
com.avoka.fc.core.service.SchedulerService
-
Packages that use SchedulerService Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of SchedulerService in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return SchedulerService Modifier and Type Method Description static SchedulerService
SchedulerService. getInstance()
Return the singleton instance of the scheduler service.Methods in com.avoka.fc.core.service with parameters of type SchedulerService Modifier and Type Method Description void
DatabaseConfigService. loadConfiguration(SchedulerService schedulerService, ServletContext servletContext, boolean debugFlag)
Load configuration from database given the scheduler service instance and the servlet context This method loads a number of db-config files.void
DatabaseConfigService. loadCoreConfiguration(SchedulerService schedulerService, boolean debugFlag)
Load the core configuration file (core-config.xml).
-