Uses of Interface
org.quartz.core.JobStore
Packages that use JobStore
-
Uses of JobStore in org.quartz.core
Classes in org.quartz.core that implement JobStoreModifier and TypeClassDescriptionclass
This class implements a
that utilizes RAM as its storage device.JobStore
Methods in org.quartz.core that return JobStoreModifier and TypeMethodDescriptionQuartzSchedulerResources.getJobStore()
Get the
for theJobStore
to use.QuartzScheduler
Methods in org.quartz.core with parameters of type JobStoreModifier and TypeMethodDescriptionvoid
QuartzSchedulerResources.setJobStore
(JobStore jobStore) Set the
for theJobStore
to use.QuartzScheduler