|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAlreadyExistsException | |
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl | |
org.quartz.spi |
Uses of ObjectAlreadyExistsException in org.quartz.impl.jdbcjobstore |
Methods in org.quartz.impl.jdbcjobstore that throw ObjectAlreadyExistsException | |
protected void |
JobStoreSupport.storeJob(java.sql.Connection conn,
SchedulingContext ctxt,
JobDetail newJob,
boolean replaceExisting)
Insert or update a job. |
protected void |
JobStoreSupport.storeTrigger(java.sql.Connection conn,
SchedulingContext ctxt,
Trigger newTrigger,
JobDetail job,
boolean replaceExisting,
java.lang.String state,
boolean forceState,
boolean recovering)
Insert or update a trigger. |
protected void |
JobStoreSupport.storeCalendar(java.sql.Connection conn,
SchedulingContext ctxt,
java.lang.String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
|
void |
JobStoreCMT.storeJobAndTrigger(SchedulingContext ctxt,
JobDetail newJob,
Trigger newTrigger)
Store the given and . |
void |
JobStoreCMT.storeJob(SchedulingContext ctxt,
JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
JobStoreCMT.storeTrigger(SchedulingContext ctxt,
Trigger newTrigger,
boolean replaceExisting)
Store the given . |
void |
JobStoreCMT.storeCalendar(SchedulingContext ctxt,
java.lang.String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
void |
JobStoreTX.storeJobAndTrigger(SchedulingContext ctxt,
JobDetail newJob,
Trigger newTrigger)
Store the given and . |
void |
JobStoreTX.storeJob(SchedulingContext ctxt,
JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
JobStoreTX.storeTrigger(SchedulingContext ctxt,
Trigger newTrigger,
boolean replaceExisting)
Store the given . |
void |
JobStoreTX.storeCalendar(SchedulingContext ctxt,
java.lang.String calName,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
Uses of ObjectAlreadyExistsException in org.quartz.simpl |
Methods in org.quartz.simpl that throw ObjectAlreadyExistsException | |
void |
RAMJobStore.storeJob(SchedulingContext ctxt,
JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
RAMJobStore.storeCalendar(SchedulingContext ctxt,
java.lang.String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
Uses of ObjectAlreadyExistsException in org.quartz.spi |
Methods in org.quartz.spi that throw ObjectAlreadyExistsException | |
void |
JobStore.storeJobAndTrigger(SchedulingContext ctxt,
JobDetail newJob,
Trigger newTrigger)
Store the given and . |
void |
JobStore.storeJob(SchedulingContext ctxt,
JobDetail newJob,
boolean replaceExisting)
Store the given . |
void |
JobStore.storeTrigger(SchedulingContext ctxt,
Trigger newTrigger,
boolean replaceExisting)
Store the given . |
void |
JobStore.storeCalendar(SchedulingContext ctxt,
java.lang.String name,
Calendar calendar,
boolean replaceExisting,
boolean updateTriggers)
Store the given . |
|
Quartz Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |