Dashboard > Quartz 1 > ... > Documentation > UpdateJob
  Quartz 1 Log In View a printable version of the current page.  
  UpdateJob
Added by Aaron Craven, last edited by Aaron Craven on Jul 17, 2005
Labels: 
(None)

Update an existing job


Update an existing job
// Add the new job to the scheduler, instructing it to "replace"
//  the existing job with the given name and group (if any)
scheduler.addJob((new JobDetail("job1", "group1", NewJobClass.class), true);

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators