|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAlreadyExistsException | |
---|---|
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
Uses of ObjectAlreadyExistsException in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore that throw ObjectAlreadyExistsException | |
---|---|
protected void |
JobStoreSupport.storeCalendar(Connection conn,
String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
|
void |
JobStoreSupport.storeCalendar(String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
protected void |
JobStoreSupport.storeJob(Connection conn,
JobDetail newJob,
boolean replaceExisting)
Insert or update a job. |
void |
JobStoreSupport.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
JobStoreSupport.storeJobAndTrigger(JobDetail newJob,
org.quartz.spi.OperableTrigger newTrigger)
Store the given and . |
void |
JobStoreSupport.storeJobsAndTriggers(Map<JobDetail,List<Trigger>> triggersAndJobs,
boolean replace)
|
protected void |
JobStoreSupport.storeTrigger(Connection conn,
org.quartz.spi.OperableTrigger newTrigger,
JobDetail job,
boolean replaceExisting,
String state,
boolean forceState,
boolean recovering)
Insert or update a trigger. |
void |
JobStoreSupport.storeTrigger(org.quartz.spi.OperableTrigger newTrigger,
boolean replaceExisting)
Store the given . |
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 . |
void |
RAMJobStore.storeJobsAndTriggers(Map<JobDetail,List<Trigger>> triggersAndJobs,
boolean replace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |