|
||||||||||
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. |
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. |
Uses of ObjectAlreadyExistsException in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore that throw ObjectAlreadyExistsException | |
---|---|
protected void |
JobStoreSupport.storeCalendar(java.sql.Connection conn,
java.lang.String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
|
void |
JobStoreSupport.storeCalendar(java.lang.String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
protected void |
JobStoreSupport.storeJob(java.sql.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,
OperableTrigger newTrigger)
Store the given and . |
void |
JobStoreSupport.storeJobsAndTriggers(java.util.Map<JobDetail,java.util.List<Trigger>> triggersAndJobs,
boolean replace)
|
protected void |
JobStoreSupport.storeTrigger(java.sql.Connection conn,
OperableTrigger newTrigger,
JobDetail job,
boolean replaceExisting,
java.lang.String state,
boolean forceState,
boolean recovering)
Insert or update a trigger. |
void |
JobStoreSupport.storeTrigger(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(java.lang.String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
void |
RAMJobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
RAMJobStore.storeJobsAndTriggers(java.util.Map<JobDetail,java.util.List<Trigger>> triggersAndJobs,
boolean replace)
|
Uses of ObjectAlreadyExistsException in org.quartz.spi |
---|
Methods in org.quartz.spi that throw ObjectAlreadyExistsException | |
---|---|
void |
JobStore.storeCalendar(java.lang.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(java.util.Map<JobDetail,java.util.List<Trigger>> triggersAndJobs,
boolean replace)
|
void |
JobStore.storeTrigger(OperableTrigger newTrigger,
boolean replaceExisting)
Store the given . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |