| Package | Description |
|---|---|
| com.helger.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RAMJobStore.storeCalendar(String name,
ICalendar aCalendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given
. |
void |
RAMJobStore.storeJob(IJobDetail newJob,
boolean bReplaceExisting)
Store the given
. |
Copyright © 2016–2021 Philip Helger. All rights reserved.