public interface IScheduleService
| Modifier and Type | Method and Description |
|---|---|
Set<org.quartz.JobKey> |
getAllJobKeys() |
void |
schedule(IScheduledJob scheduledJob) |
void |
shutdown()
Método para destruir o serviço de agendamento.
|
void |
trigger(IScheduledJob scheduledJob) |
void schedule(IScheduledJob scheduledJob)
void trigger(IScheduledJob scheduledJob)
void shutdown()
Set<org.quartz.JobKey> getAllJobKeys() throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionCopyright © 2019. All rights reserved.