| Package | Description |
|---|---|
| org.knowm.sundial | |
| org.quartz.classloading |
| Modifier and Type | Method and Description |
|---|---|
static void |
SundialJobScheduler.addJob(String jobName,
Class<? extends Job> jobClass)
Adds a Job to the scheduler.
|
static void |
SundialJobScheduler.addJob(String jobName,
Class<? extends Job> jobClass,
Map<String,Object> params,
boolean isConcurrencyAllowed)
Adds a Job to the scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends Job>> |
CascadingClassLoadHelper.getJobClasses(String pkgname)
Given a package name(s), search the classpath for all classes that extend sundial.job .
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.