- schedule(IScheduledJob) - Method in interface org.opensingular.flow.schedule.IScheduleService
-
- schedule(IScheduledJob) - Method in class org.opensingular.flow.schedule.quartz.QuartzScheduleService
-
- ScheduleDataBuilder - Class in org.opensingular.flow.schedule
-
- ScheduledJob - Class in org.opensingular.flow.schedule
-
- ScheduledJob(String, IScheduleData, Supplier<Object>) - Constructor for class org.opensingular.flow.schedule.ScheduledJob
-
- SchedulerAccessor - Class in org.opensingular.flow.schedule.quartz
-
Common base class for accessing a Quartz Scheduler, i.e. for registering jobs,
triggers and listeners on a Scheduler instance.
- SchedulerAccessor() - Constructor for class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
- setCalendars(Map<String, Calendar>) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Register a list of Quartz Calendar objects with the Scheduler
that this FactoryBean creates, to be referenced by Triggers.
- setConfigLocation(ResourceBundle) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set the location of the Quartz properties config file, for example
as classpath resource "classpath:quartz.properties".
- setExposeSchedulerInRepository(boolean) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set whether to expose the Scheduler instance in the
Quartz SchedulerRepository.
- setGlobalJobListeners(JobListener...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Specify global Quartz JobListeners to be registered with the Scheduler.
- setGlobalTriggerListeners(TriggerListener...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Specify global Quartz TriggerListeners to be registered with the Scheduler.
- setJobDetails(JobDetail...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
- setJobFactory(JobFactory) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set the Quartz JobFactory to use for this Scheduler.
- setJobSchedulingDataLocation(String) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Set the location of a Quartz job definition XML file that follows the
"job_scheduling_data_1_5" XSD or better.
- setJobSchedulingDataLocations(String...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Set the locations of Quartz job definition XML files that follow the
"job_scheduling_data_1_5" XSD or better.
- setOverwriteExistingJobs(boolean) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- setQuartzProperties(Properties) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set Quartz properties, like "org.quartz.threadPool.class".
- setSchedulerFactoryClass(Class<? extends SchedulerFactory>) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set the Quartz SchedulerFactory implementation to use.
- setSchedulerListeners(SchedulerListener...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set the name of the Scheduler to create via the SchedulerFactory.
- setTriggers(Trigger...) - Method in class org.opensingular.flow.schedule.quartz.SchedulerAccessor
-
Register a list of Trigger objects with the Scheduler that
this FactoryBean creates.
- setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Set whether to wait for running jobs to complete on shutdown.
- shutdown() - Method in interface org.opensingular.flow.schedule.IScheduleService
-
Método para destruir o serviço de agendamento.
- shutdown() - Method in class org.opensingular.flow.schedule.quartz.QuartzScheduleService
-
- start() - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Start the scheduler immediately.
- start(int) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Start the scheduler, respecting the "startupDelay" setting.
- startNow() - Method in class org.opensingular.flow.schedule.quartz.QuartzTriggerFactory
-
Define que a trigger terá um disparo imediato.
- startScheduler(Scheduler, int) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Start the Quartz Scheduler, respecting the "startupDelay" setting.
- stop() - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-
Temporarily halts the Scheduler's firing of Triggers.
- stop(Runnable) - Method in class org.opensingular.flow.schedule.quartz.QuartzSchedulerFactory
-