|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAlreadyExistsException | |
---|---|
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
org.quartz.spi | Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services. |
org.terracotta.quartz |
Uses of ObjectAlreadyExistsException in org.quartz.simpl |
---|
Methods in org.quartz.simpl that throw ObjectAlreadyExistsException | |
---|---|
void |
RAMJobStore.storeCalendar(String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
void |
RAMJobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given . |
Uses of ObjectAlreadyExistsException in org.quartz.spi |
---|
Methods in org.quartz.spi that throw ObjectAlreadyExistsException | |
---|---|
void |
JobStore.storeCalendar(String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
void |
JobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
JobStore.storeJobAndTrigger(JobDetail newJob,
OperableTrigger newTrigger)
Store the given and . |
void |
JobStore.storeJobsAndTriggers(Map<JobDetail,Set<? extends Trigger>> triggersAndJobs,
boolean replace)
|
void |
JobStore.storeTrigger(OperableTrigger newTrigger,
boolean replaceExisting)
Store the given . |
Uses of ObjectAlreadyExistsException in org.terracotta.quartz |
---|
Methods in org.terracotta.quartz that throw ObjectAlreadyExistsException | |
---|---|
void |
AbstractTerracottaJobStore.storeCalendar(String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
|
void |
AbstractTerracottaJobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
|
void |
AbstractTerracottaJobStore.storeJobAndTrigger(JobDetail newJob,
OperableTrigger newTrigger)
|
void |
AbstractTerracottaJobStore.storeJobsAndTriggers(Map<JobDetail,Set<? extends Trigger>> arg0,
boolean arg1)
|
void |
AbstractTerracottaJobStore.storeTrigger(OperableTrigger newTrigger,
boolean replaceExisting)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |