public class AsyncQuartzCronJob extends AsyncJob
Modifier and Type | Class and Description |
---|---|
static class |
AsyncQuartzCronJob.QuartzJob |
Constructor and Description |
---|
AsyncQuartzCronJob(Runnable runnable,
QuartzCronSchedulerProvider quartzCronSchedulerProvider,
String id,
String group,
String cronExpression) |
Modifier and Type | Method and Description |
---|---|
org.quartz.JobKey |
getJobKey() |
boolean |
schedule() |
String |
toString() |
boolean |
unschedule() |
public AsyncQuartzCronJob(Runnable runnable, QuartzCronSchedulerProvider quartzCronSchedulerProvider, String id, String group, String cronExpression)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.