public class JobScheduler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME
The name of the job scheduler cache.
|
| Constructor and Description |
|---|
JobScheduler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
schedule(org.quartz.JobDetail job,
org.quartz.Trigger schedule) |
static void |
unschedule(org.quartz.JobKey key) |
public static final String CACHE_NAME
Copyright © 2013. All Rights Reserved.